diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-08-08 00:10:59 +0200 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-08-08 00:10:59 +0200 |
commit | 18ed601ab07382a6c4a002eeda6fb5b2bb54622e (patch) | |
tree | 349ac121b1e9e0bf18ed1f004df63bd780a3e12c /src/main/java/at/hannibal2/skyhanni/events/CollectionUpdateEvent.kt | |
parent | ca686a46e4044108773d4e0422bedad9558f8afb (diff) | |
download | skyhanni-18ed601ab07382a6c4a002eeda6fb5b2bb54622e.tar.gz skyhanni-18ed601ab07382a6c4a002eeda6fb5b2bb54622e.tar.bz2 skyhanni-18ed601ab07382a6c4a002eeda6fb5b2bb54622e.zip |
code cleanup events
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/events/CollectionUpdateEvent.kt')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/events/CollectionUpdateEvent.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/events/CollectionUpdateEvent.kt b/src/main/java/at/hannibal2/skyhanni/events/CollectionUpdateEvent.kt index 02be903db..b62dcb149 100644 --- a/src/main/java/at/hannibal2/skyhanni/events/CollectionUpdateEvent.kt +++ b/src/main/java/at/hannibal2/skyhanni/events/CollectionUpdateEvent.kt @@ -1,3 +1,3 @@ package at.hannibal2.skyhanni.events -class CollectionUpdateEvent: LorenzEvent()
\ No newline at end of file +class CollectionUpdateEvent : LorenzEvent()
\ No newline at end of file |