Add new line at the end of kotlin file

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2022-12-29 13:25:36 +01:00
parent 9977a3d777
commit eaf12ef4b5
No known key found for this signature in database
GPG Key ID: 6CADC7E3523C308B

View File

@ -56,4 +56,4 @@ class MessageInput : MessageInput {
set(messageSendButton) { set(messageSendButton) {
super.messageSendButton = messageSendButton super.messageSendButton = messageSendButton
} }
} }