Skip to content

Commit 8cf509b

Browse files
formatted code
1 parent cea5202 commit 8cf509b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/view/instruments_screen.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@ class _InstrumentsScreenState extends State<InstrumentsScreen> {
8484
child: Column(
8585
children: <Widget>[
8686
Padding(
87-
padding: const EdgeInsets.symmetric(vertical: 8.0,horizontal: 16.0),
87+
padding:
88+
const EdgeInsets.symmetric(vertical: 8.0, horizontal: 16.0),
8889
child: Container(
8990
decoration: BoxDecoration(
9091
borderRadius: BorderRadius.circular(30.0),

0 commit comments

Comments
 (0)