Skip to content

Commit

Permalink
yet another attempt at analysis fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
desmonddak committed Jul 8, 2024
1 parent 6a3c805 commit 2677c19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion confapp/lib/hcl/view/screen/content_widget.dart
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ class _SVGeneratorState extends State<SVGenerator> {
viewType: 'schematic-html',
));
} else {
return Padding(padding: const EdgeInsets.all(16.0));
return const Padding(padding: const EdgeInsets.all(16.0));
}
}))));
}
Expand Down

0 comments on commit 2677c19

Please sign in to comment.