Skip to content
This repository was archived by the owner on Jul 16, 2023. It is now read-only.

Commit c0f3ae2

Browse files
committed
chore: fix typo
1 parent bfe2edc commit c0f3ae2

File tree

1 file changed

+1
-1
lines changed
  • test/src/analyzers/lint_analyzer/rules/rules_list/consistent_update_render_object/examples

1 file changed

+1
-1
lines changed

test/src/analyzers/lint_analyzer/rules/rules_list/consistent_update_render_object/examples/correct_example.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ class RenderListWheelViewport extends RenderBox {
205205
required this.childManager,
206206
required this.overAndUnderCenterOpacity,
207207
required this.itemExtent,
208-
})
208+
});
209209
}
210210

211211
class ListWheelViewport extends RenderObjectWidget {

0 commit comments

Comments
 (0)