Commit 7ab95ca
Format Dart files to comply with dart format style
Fix line length issues in three files to comply with the 80-character line limit enforced by dart format:
- lib/services/flatpak_service.dart: Break long ternary expression
- lib/widgets/app_list.dart: Break long EdgeInsets parameter
- lib/widgets/permission_group.dart: Break long Text widget parameter
All files now pass dart format --set-exit-if-changed validation.
Co-authored-by: jwinarske <[email protected]>1 parent 8d0bf87 commit 7ab95ca
File tree
3 files changed
+6
-3
lines changed- lib
- services
- widgets
3 files changed
+6
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
141 | | - | |
| 141 | + | |
| 142 | + | |
142 | 143 | | |
143 | 144 | | |
144 | 145 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
| 35 | + | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
| 87 | + | |
87 | 88 | | |
88 | 89 | | |
89 | 90 | | |
| |||
0 commit comments