Skip to content

Commit

Permalink
chore: fix detekt
Browse files Browse the repository at this point in the history
  • Loading branch information
typfel committed Aug 15, 2023
1 parent ea87389 commit d6ce123
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -396,12 +396,12 @@ sealed class UIMessageContent {
}
)

object HistoryLost: SystemMessage(
object HistoryLost : SystemMessage(
R.drawable.ic_info,
R.string.label_system_message_conversation_history_lost,
true)

object HistoryLostProtocolChanged: SystemMessage(
object HistoryLostProtocolChanged : SystemMessage(
R.drawable.ic_info,
R.string.label_system_message_conversation_history_lost_protocol_changed,
true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ object TestClient {
val CLIENT_ID = ClientId("test")

val CLIENT = Client(
id = CLIENT_ID,
id = CLIENT_ID,
type = ClientType.Permanent,
registrationTime = Instant.DISTANT_FUTURE,
lastActive = Instant.DISTANT_PAST,
Expand Down

0 comments on commit d6ce123

Please sign in to comment.