Skip to content

Commit 92c3097

Browse files
committed
format!
1 parent 1587e56 commit 92c3097

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

example/test/react_test_components.dart

+2-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,8 @@ class _ClockComponent extends react.Component {
129129

130130
@override
131131
render() {
132-
return react.span({'onClick': (event) => print('Hello World!')},
132+
return react.span(
133+
{'onClick': (event) => print('Hello World!')},
133134
// { 'onClick': (event, [domid = null]) => print("Hello World!") },
134135
['Seconds elapsed: ', "${state['secondsElapsed']}"]);
135136
}

0 commit comments

Comments
 (0)