Unverified Commit 78bb587c authored by Ming Lyu (CareF)'s avatar Ming Lyu (CareF) Committed by GitHub

respect line wrapping style guide (#61118)

parent 61477b59
......@@ -1436,7 +1436,9 @@ class LiveTestWidgetsFlutterBinding extends TestWidgetsFlutterBinding {
assert(event.down || event is PointerAddedEvent);
if (event.down) {
renderView._pointers[event.pointer] = _LiveTestPointerRecord(
event.pointer, event.position);
event.pointer,
event.position,
);
}
} else {
renderView._pointers[event.pointer].position = event.position;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment