Skip to content

Commit

Permalink
Fix flutter format for line-length with 100 symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
Carapacik committed Sep 5, 2022
1 parent b479c41 commit 4136e4f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
- name: Install dependencies
run: flutter pub get
- name: Verify formatting
run: flutter format --output=none --set-exit-if-changed .
run: flutter format -o none -l 100 --set-exit-if-changed .
- name: Analyze project
run: flutter analyze
6 changes: 2 additions & 4 deletions lib/model/biography.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions lib/model/powerstats.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions lib/model/server_images.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions lib/model/superhero.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4136e4f

Please sign in to comment.