From 765487dd9f7b4a1a63d8efba2c5cdedf41ef985e Mon Sep 17 00:00:00 2001 From: Denis Kasak Date: Mon, 15 Jun 2020 17:05:10 +0200 Subject: [PATCH] Fix comment style. --- matrix_sdk_base/src/client.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/matrix_sdk_base/src/client.rs b/matrix_sdk_base/src/client.rs index d644235b..d7cdf65b 100644 --- a/matrix_sdk_base/src/client.rs +++ b/matrix_sdk_base/src/client.rs @@ -1001,13 +1001,13 @@ impl BaseClient { } } - // RoomSummary contains information for calculating room name + // RoomSummary contains information for calculating room name. matrix_room .write() .await .set_room_summary(&joined_room.summary); - // set unread notification count + // Set unread notification count. matrix_room .write() .await