Skip to content

Commit b811d39

Browse files
reformat the code
1 parent d695f57 commit b811d39

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/features/sorting/base/view/sorting_page.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,8 @@ class _BuildList extends ConsumerWidget {
110110
left: position.dx,
111111
bottom: position.dy,
112112
duration: speedDuration,
113-
child: _BuildItem(item: item, index: index, speedDuration: speedDuration*0.5, instance: instance),
113+
child: _BuildItem(
114+
item: item, index: index, speedDuration: speedDuration * 0.5, instance: instance),
114115
);
115116
},
116117
),

0 commit comments

Comments
 (0)