diff options
author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2022-11-01 13:42:42 +0100 |
---|---|---|
committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2022-11-01 13:42:42 +0100 |
commit | 4b765d176b23df052ebdad4b45c480ffe904e4de (patch) | |
tree | f72cea5d2374a34423aad32fb12dc082147125e3 /src/main/kotlin/dulkirmod/events | |
parent | 5ded107137a04fdbdfa718436a016af98cadd28e (diff) | |
download | DulkirMod-4b765d176b23df052ebdad4b45c480ffe904e4de.tar.gz DulkirMod-4b765d176b23df052ebdad4b45c480ffe904e4de.tar.bz2 DulkirMod-4b765d176b23df052ebdad4b45c480ffe904e4de.zip |
kotlin reformat
Diffstat (limited to 'src/main/kotlin/dulkirmod/events')
-rw-r--r-- | src/main/kotlin/dulkirmod/events/ChatEvent.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/kotlin/dulkirmod/events/ChatEvent.kt b/src/main/kotlin/dulkirmod/events/ChatEvent.kt index 9820ecc..884e4cc 100644 --- a/src/main/kotlin/dulkirmod/events/ChatEvent.kt +++ b/src/main/kotlin/dulkirmod/events/ChatEvent.kt @@ -32,6 +32,6 @@ class ChatEvent { AbiphoneDND.handle(event, unformatted) // FAKE MESSAGE SENDER (DULKIR ONLY) - FakeMsg.handle(event,unformatted) + FakeMsg.handle(event, unformatted) } }
\ No newline at end of file |