Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 4bbf646

Browse files
Chris Yangjmagman
Chris Yang
andauthored
Apply suggestions from code review
Co-authored-by: Jenn Magder <[email protected]>
1 parent 7a6ae51 commit 4bbf646

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

testing/scenario_app/lib/src/platform_view.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ class PlatformViewClipRectAfterMovedScenario extends Scenario with _BasePlatform
598598
..pushClipRect(const Rect.fromLTRB(100, 100, 400, 400));
599599

600600
addPlatformView(
601-
_numberOfFrames == 10? 10000:id,
601+
_numberOfFrames == 10 ? 10000 :id,
602602
dispatcher: dispatcher,
603603
sceneBuilder: builder,
604604
);
@@ -620,7 +620,7 @@ class PlatformViewClipRectAfterMovedScenario extends Scenario with _BasePlatform
620620
@override
621621
void onDrawFrame() {
622622
if (_numberOfFrames < 10) {
623-
_numberOfFrames ++;
623+
_numberOfFrames++;
624624
_y -= 10;
625625
window.scheduleFrame();
626626
}

0 commit comments

Comments
 (0)