Unverified Commit 86d200a9 authored by MH Johnson's avatar MH Johnson Committed by GitHub

add missing comma (#40555)

parent 0f00f424
......@@ -20,7 +20,7 @@ class MyApp extends StatelessWidget {
appBar: AppBar(title: const Text(_title)),
body: Center(
child: MyStatelessWidget(),
)
),
),
);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment