From 68408354c8c13f75608da71a4f907f43950b807e Mon Sep 17 00:00:00 2001 From: kanat <> Date: Thu, 8 Jun 2023 20:22:19 -0700 Subject: [PATCH] [1266] fix formatting --- .../stream_chat_flutter/example/lib/debug/actions/ban_user.dart | 2 +- .../example/lib/debug/actions/shadow_ban.dart | 2 +- .../example/lib/debug/actions/unban_user.dart | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/stream_chat_flutter/example/lib/debug/actions/ban_user.dart b/packages/stream_chat_flutter/example/lib/debug/actions/ban_user.dart index f0701548..9d3e411f 100644 --- a/packages/stream_chat_flutter/example/lib/debug/actions/ban_user.dart +++ b/packages/stream_chat_flutter/example/lib/debug/actions/ban_user.dart @@ -36,4 +36,4 @@ class DebugBanUser extends StatelessWidget { ), ); } -} \ No newline at end of file +} diff --git a/packages/stream_chat_flutter/example/lib/debug/actions/shadow_ban.dart b/packages/stream_chat_flutter/example/lib/debug/actions/shadow_ban.dart index 51c9762c..b332cc36 100644 --- a/packages/stream_chat_flutter/example/lib/debug/actions/shadow_ban.dart +++ b/packages/stream_chat_flutter/example/lib/debug/actions/shadow_ban.dart @@ -36,4 +36,4 @@ class DebugShadowBan extends StatelessWidget { ), ); } -} \ No newline at end of file +} diff --git a/packages/stream_chat_flutter/example/lib/debug/actions/unban_user.dart b/packages/stream_chat_flutter/example/lib/debug/actions/unban_user.dart index 65f190db..36361797 100644 --- a/packages/stream_chat_flutter/example/lib/debug/actions/unban_user.dart +++ b/packages/stream_chat_flutter/example/lib/debug/actions/unban_user.dart @@ -36,4 +36,4 @@ class DebugUnbanUser extends StatelessWidget { ), ); } -} \ No newline at end of file +}