Fix comment style.

master
Denis Kasak 2020-06-15 17:05:10 +02:00
parent 03e53e991b
commit 765487dd9f
1 changed files with 2 additions and 2 deletions

View File

@ -1001,13 +1001,13 @@ impl BaseClient {
} }
} }
// RoomSummary contains information for calculating room name // RoomSummary contains information for calculating room name.
matrix_room matrix_room
.write() .write()
.await .await
.set_room_summary(&joined_room.summary); .set_room_summary(&joined_room.summary);
// set unread notification count // Set unread notification count.
matrix_room matrix_room
.write() .write()
.await .await