mirror of
https://github.com/element-hq/element-android
synced 2024-11-28 13:38:49 +03:00
ktlint
This commit is contained in:
parent
9d478dbfe2
commit
10712fd6ab
1 changed files with 0 additions and 1 deletions
|
@ -56,7 +56,6 @@ object CommandParser {
|
|||
return ParsedCommand.ErrorEmptySlashCommand
|
||||
}
|
||||
|
||||
|
||||
return when (val slashCommand = messageParts.first()) {
|
||||
Command.CHANGE_DISPLAY_NAME.command -> {
|
||||
val newDisplayName = textMessage.substring(Command.CHANGE_DISPLAY_NAME.command.length).trim()
|
||||
|
|
Loading…
Reference in a new issue