ktlint format

This commit is contained in:
ariskotsomitopoulos 2022-01-18 13:11:52 +02:00
parent 636474b748
commit 10599aa728
2 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ class MessageComposerViewModel @AssistedInject constructor(
withState { state ->
when (state.sendMode) {
is SendMode.Regular -> {
when (val slashCommandResult = CommandParser.parseSplashCommand(
when (val slashCommandResult = CommandParser.parseSlashCommand(
textMessage = action.text,
isInThreadTimeline = state.isInThreadTimeline())) {
is ParsedCommand.ErrorNotACommand -> {