Skip to content

Commit b876ecf

Browse files
committed
chore: format demo
1 parent dfb0905 commit b876ecf

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

bdk_demo/lib/main.dart

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,7 @@ class _MyHomePageState extends State<MyHomePage> {
5858
color: _success ? Colors.green : Colors.grey,
5959
),
6060
const SizedBox(height: 20),
61-
const Text(
62-
'BDK Network Type:',
63-
style: TextStyle(fontSize: 20),
64-
),
61+
const Text('BDK Network Type:', style: TextStyle(fontSize: 20)),
6562
Text(
6663
_networkName,
6764
style: Theme.of(context).textTheme.headlineMedium?.copyWith(
@@ -105,4 +102,4 @@ class _MyHomePageState extends State<MyHomePage> {
105102
),
106103
);
107104
}
108-
}
105+
}

0 commit comments

Comments
 (0)