Skip to content

Commit

Permalink
chore: fix formatting, remove format from ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mathew65 committed Jan 15, 2025
1 parent e14391d commit f1dfc5c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ jobs:
- name: Install Dependencies
run: flutter pub get

- name: Format
run: dart format --line-length 120 .

- name: Flutter Analyze
run: dart analyze .

Expand Down
1 change: 1 addition & 0 deletions test/bloc_presentation_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ Alternatively, consider using Matchers in the expect of the blocTest rather than
);
if (errors != null) test.expect(unhandledErrors, test.wrapMatcher(errors()));
}

class _TestBlocObserver extends BlocObserver {
final BlocObserver _localObserver;
final void Function(Object error) _onError;
Expand Down

0 comments on commit f1dfc5c

Please sign in to comment.