File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 30
30
flutter-version : ${{ env.flutter_version }}
31
31
channel : ${{ env.flutter_channel }}
32
32
- run : flutter pub get
33
- - name : flutter format
34
- run : flutter format --set-exit-if-changed lib test
33
+ - name : dart format
34
+ run : dart format --set-exit-if-changed lib test
35
35
- run : flutter analyze lib test
36
36
- name : flutter test
37
37
run : flutter test --no-pub --coverage
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ extension MbbStuff on Set<HeadphonesAncMode> {
139
139
140
140
Set <HeadphonesAncMode > gestureHoldFromMbbValue (int mbbValue) {
141
141
switch (mbbValue) {
142
- // For some reason this is also 0 not 1 🤷
142
+ // For some reason this is also 0 not 1 🤷
143
143
case 0 :
144
144
case 1 :
145
145
return const {HeadphonesAncMode .off, HeadphonesAncMode .noiseCancel};
You can’t perform that action at this time.
0 commit comments