Skip to content

Commit a42de50

Browse files
reformat the code
1 parent 23901f2 commit a42de50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/features/grid/widgets/searcher_grid.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class _SearcherGridState extends State<_SearcherGrid> with SingleTickerProviderS
2222
super.initState();
2323

2424
_controller = AnimationController(
25-
duration: const Duration(milliseconds: 1500), // Total duration of the animation
25+
duration: const Duration(milliseconds: 1500),
2626
vsync: this,
2727
);
2828

0 commit comments

Comments
 (0)