Fix clippy warning
This commit is contained in:
parent
2ca6190d97
commit
10214f3369
1 changed files with 1 additions and 1 deletions
|
|
@ -121,7 +121,7 @@ impl EuphRoom {
|
|||
.server_config
|
||||
.clone()
|
||||
.room(self.vault().room().name.clone())
|
||||
.name(format!("{room:?}-{}", next_instance_id))
|
||||
.name(format!("{room:?}-{next_instance_id}"))
|
||||
.human(true)
|
||||
.username(self.room_config.username.clone())
|
||||
.force_username(self.room_config.force_username)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue