Skip to content

Commit 623cd50

Browse files
committed
chore: apply auto fix
1 parent cbf9cf5 commit 623cd50

File tree

3 files changed

+153
-137
lines changed

3 files changed

+153
-137
lines changed

client/.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"editor.codeActionsOnSave": {
3-
"source.fixAll": true
3+
"source.fixAll": "explicit"
44
},
55
"cmake.configureOnOpen": false
66
}

client/lib/setting_screens/control.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ class ControlPage extends StatelessWidget {
1919
Container(
2020
constraints: const BoxConstraints(maxWidth: 640),
2121
padding: const EdgeInsets.all(20),
22-
child: Column(
22+
child: const Column(
2323
crossAxisAlignment: CrossAxisAlignment.start,
24-
children: const [
24+
children: [
2525
ControlAriaCard(),
2626
ControlInputTypeCard(),
2727
ControlOtherCard(),

0 commit comments

Comments
 (0)