add missing trailing commas (#81406)
This commit is contained in:
committed by
GitHub
parent
7c27db3dfe
commit
7f31861914
@@ -68,7 +68,8 @@ class _MyHomePageState extends State<MyHomePage> {
|
||||
child: Center(
|
||||
child: Text(
|
||||
'Platform button tapped $_counter time${ _counter == 1 ? '' : 's' }.',
|
||||
style: const TextStyle(fontSize: 17.0)),
|
||||
style: const TextStyle(fontSize: 17.0),
|
||||
),
|
||||
),
|
||||
),
|
||||
Container(
|
||||
|
||||
Reference in New Issue
Block a user