mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 09:20:19 +01:00
Apply automated ktlint 1.2.1 formatting.
This commit is contained in:
committed by
Clark Chen
parent
e861c022da
commit
cfb4377de3
@@ -57,7 +57,8 @@ sealed class MessageSendType(
|
||||
)
|
||||
|
||||
enum class TransportType {
|
||||
SIGNAL, SMS
|
||||
SIGNAL,
|
||||
SMS
|
||||
}
|
||||
|
||||
companion object {
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
package org.thoughtcrime.securesms.conversation.colors.ui.custom
|
||||
|
||||
enum class CustomChatColorEdge {
|
||||
TOP, BOTTOM
|
||||
TOP,
|
||||
BOTTOM
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user