Skip to content

Commit

Permalink
Added comma for formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
abhay1821 committed Apr 2, 2022
1 parent 9c4547b commit 2f0f5ab
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ class KnowledgePanelTitleCard extends StatelessWidget {
}
return Padding(
padding: const EdgeInsets.only(
top: VERY_SMALL_SPACE, bottom: VERY_SMALL_SPACE),
top: VERY_SMALL_SPACE,
bottom: VERY_SMALL_SPACE,
),
child: Row(
children: <Widget>[
...iconWidget,
Expand Down

0 comments on commit 2f0f5ab

Please sign in to comment.