Skip to content

Commit

Permalink
dart format .
Browse files Browse the repository at this point in the history
  • Loading branch information
ditman committed Jan 3, 2024
1 parent 0a97125 commit 7b31df1
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ final Finder nonClickableButtonFinder =
final Finder clickableWrappedButtonFinder =
find.byKey(const Key('wrapped-transparent-button'));
final Finder clickableButtonFinder = find.byKey(const Key('clickable-button'));
final Finder backgroundFinder =
find.byKey(const Key('background-widget'));
final Finder backgroundFinder = find.byKey(const Key('background-widget'));

void main() {
IntegrationTestWidgetsFlutterBinding.ensureInitialized();
Expand Down

0 comments on commit 7b31df1

Please sign in to comment.