add trailing comma

This commit is contained in:
Bryan Oltman
2023-09-20 10:52:29 -04:00
parent b4024cf499
commit 6a65a46027
+1 -1
View File
@@ -89,7 +89,7 @@ class _MyHomePageState extends State<MyHomePage> {
child: CircularProgressIndicator(
strokeWidth: 2,
),
)
),
],
),
);