Skip to content

Commit 618c58b

Browse files
Fixed linting
1 parent 0bb3d02 commit 618c58b

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

StreamChatSwiftUITests/Tests/ChatChannel/MessageContainerView_Tests.swift

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,12 @@ class MessageContainerView_Tests: StreamChatTestCase {
5959
let key = "ai_generated"
6060
let utils = Utils(
6161
dateFormatter: EmptyDateFormatter(),
62-
messageListConfig: .init(skipEditedMessageLabel: { message in
63-
message.extraData[key]?.boolValue == true
64-
}))
62+
messageListConfig: .init(
63+
skipEditedMessageLabel: { message in
64+
message.extraData[key]?.boolValue == true
65+
}
66+
)
67+
)
6568
streamChat = StreamChat(chatClient: chatClient, utils: utils)
6669
let message = ChatMessage.mock(
6770
id: .unique,

0 commit comments

Comments
 (0)