Skip to content

Commit 80e7964

Browse files
committed
chore: fix lint
1 parent b8a47b1 commit 80e7964

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/stream_chat/lib/src/core/api/message_api.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ class MessageApi {
179179
}) async {
180180
if (hard == true && deleteForMe == true) {
181181
throw ArgumentError(
182-
'Both hard and deleteForMe cannot be set at the same time.'
182+
'Both hard and deleteForMe cannot be set at the same time.',
183183
);
184184
}
185185

0 commit comments

Comments
 (0)