aboutsummaryrefslogtreecommitdiff
path: root/src/main/kotlin/cc/woverflow/chatting/chat
diff options
context:
space:
mode:
authorWyvest <45589059+Wyvest@users.noreply.github.com>2022-01-12 19:42:23 +0700
committerWyvest <45589059+Wyvest@users.noreply.github.com>2022-01-12 19:42:23 +0700
commitbb4ece833b793551524896dd882542cb25ff5241 (patch)
tree23bcc2d92bf27a75979f1db6379eb5c5fc1016c1 /src/main/kotlin/cc/woverflow/chatting/chat
parentdb9ec1fcadb031297df815706d4a281c799ca99a (diff)
parent1272ce49ca600d39c072cd0a5e1a0124592023a0 (diff)
downloadChatting-bb4ece833b793551524896dd882542cb25ff5241.tar.gz
Chatting-bb4ece833b793551524896dd882542cb25ff5241.tar.bz2
Chatting-bb4ece833b793551524896dd882542cb25ff5241.zip
Merge remote-tracking branch 'origin/main'
Diffstat (limited to 'src/main/kotlin/cc/woverflow/chatting/chat')
-rw-r--r--src/main/kotlin/cc/woverflow/chatting/chat/ChatShortcuts.kt1
-rw-r--r--src/main/kotlin/cc/woverflow/chatting/chat/ChatTab.kt2
2 files changed, 1 insertions, 2 deletions
diff --git a/src/main/kotlin/cc/woverflow/chatting/chat/ChatShortcuts.kt b/src/main/kotlin/cc/woverflow/chatting/chat/ChatShortcuts.kt
index 5cbbc2d..f3145de 100644
--- a/src/main/kotlin/cc/woverflow/chatting/chat/ChatShortcuts.kt
+++ b/src/main/kotlin/cc/woverflow/chatting/chat/ChatShortcuts.kt
@@ -23,7 +23,6 @@ object ChatShortcuts {
}
}
-
fun initialize() {
if (initialized) {
return
diff --git a/src/main/kotlin/cc/woverflow/chatting/chat/ChatTab.kt b/src/main/kotlin/cc/woverflow/chatting/chat/ChatTab.kt
index 1389233..236ccf6 100644
--- a/src/main/kotlin/cc/woverflow/chatting/chat/ChatTab.kt
+++ b/src/main/kotlin/cc/woverflow/chatting/chat/ChatTab.kt
@@ -85,4 +85,4 @@ data class ChatTab(
companion object {
private var x = 4
}
-} \ No newline at end of file
+}