Skip to content

Commit

Permalink
fix: add finel to BuildContext
Browse files Browse the repository at this point in the history
  • Loading branch information
xdettlaff committed Feb 5, 2024
1 parent a316c00 commit 3926518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ui/pages/server_storage/server_storage.dart
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ class ServerConsumptionListTile extends StatelessWidget {
final VoidCallback onTap;

@override
Widget build(BuildContext context) => InkWell(
Widget build(final BuildContext context) => InkWell(
onTap: onTap,
child: Padding(
padding: const EdgeInsets.symmetric(vertical: 8),
Expand Down

0 comments on commit 3926518

Please sign in to comment.