From e6e18a405c88bca074bae15269afb5c0c2d09636 Mon Sep 17 00:00:00 2001 From: Deven Joshi Date: Wed, 21 Jul 2021 20:05:33 +0530 Subject: [PATCH] fmt --- .../stream_chat_flutter/test/src/gradient_avatar_test.dart | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/packages/stream_chat_flutter/test/src/gradient_avatar_test.dart b/packages/stream_chat_flutter/test/src/gradient_avatar_test.dart index d1bb02fb..aaf2bf41 100644 --- a/packages/stream_chat_flutter/test/src/gradient_avatar_test.dart +++ b/packages/stream_chat_flutter/test/src/gradient_avatar_test.dart @@ -40,7 +40,7 @@ void main() { testWidgets( 'control special character test', - (WidgetTester tester) async { + (WidgetTester tester) async { final client = MockClient(); final clientState = MockClientState(); @@ -56,7 +56,8 @@ void main() { child: SizedBox( width: 50, height: 50, - child: GradientAvatar(name: 'd123@/d de:\$as', userId: 'demo123'), + child: GradientAvatar( + name: 'd123@/d de:\$as', userId: 'demo123'), ), ), ), @@ -70,7 +71,7 @@ void main() { testWidgets( 'control alpha numeric test 2', - (WidgetTester tester) async { + (WidgetTester tester) async { final client = MockClient(); final clientState = MockClientState();