summaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/features/misc
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-06-24 19:24:54 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-06-24 19:24:54 +0200
commit891675f68a1c4786c2e288ef3f1a191a0070e9ac (patch)
tree898ef9b5b50ce4c4d20135217e7c2edbd184f6ba /src/main/java/at/hannibal2/skyhanni/features/misc
parent847100cb50dea171d494e541bc3a19bf8438ba3d (diff)
downloadskyhanni-891675f68a1c4786c2e288ef3f1a191a0070e9ac.tar.gz
skyhanni-891675f68a1c4786c2e288ef3f1a191a0070e9ac.tar.bz2
skyhanni-891675f68a1c4786c2e288ef3f1a191a0070e9ac.zip
code cleanup
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/features/misc')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/features/misc/update/UpdateManager.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/features/misc/update/UpdateManager.kt b/src/main/java/at/hannibal2/skyhanni/features/misc/update/UpdateManager.kt
index 9e998514c..e5f6d9568 100644
--- a/src/main/java/at/hannibal2/skyhanni/features/misc/update/UpdateManager.kt
+++ b/src/main/java/at/hannibal2/skyhanni/features/misc/update/UpdateManager.kt
@@ -129,4 +129,4 @@ object UpdateManager {
}
var potentialUpdate: PotentialUpdate? = null
-}
+} \ No newline at end of file