Skip to content

Commit 5792a94

Browse files
committed
format to make ci happy
1 parent f0ff121 commit 5792a94

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/flutter_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ jobs:
3030
flutter-version: ${{ env.flutter_version }}
3131
channel: ${{ env.flutter_channel }}
3232
- 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
3535
- run: flutter analyze lib test
3636
- name: flutter test
3737
run: flutter test --no-pub --coverage

lib/headphones/headphones_data_objects.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ extension MbbStuff on Set<HeadphonesAncMode> {
139139

140140
Set<HeadphonesAncMode> gestureHoldFromMbbValue(int mbbValue) {
141141
switch (mbbValue) {
142-
// For some reason this is also 0 not 1 🤷
142+
// For some reason this is also 0 not 1 🤷
143143
case 0:
144144
case 1:
145145
return const {HeadphonesAncMode.off, HeadphonesAncMode.noiseCancel};

0 commit comments

Comments
 (0)