Skip to content

Commit 6451b0f

Browse files
committed
fix: line length nit
1 parent 1ef2cb5 commit 6451b0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/stream_chat_flutter/test/src/message_input/attachment_picker/options_builder_test.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ void main() {
114114
});
115115

116116
test(
117-
'WebOrDesktopAttachmentPickerOptionsBuilder typedef is defined correctly',
118-
() {
117+
'WebOrDesktopAttachmentPickerOptionsBuilder typedef is defined '
118+
'correctly', () {
119119
// Test that the typedef is properly defined and can be used
120120
WebOrDesktopAttachmentPickerOptionsBuilder? builder;
121121

0 commit comments

Comments
 (0)