Skip to content

Commit fa413fd

Browse files
run format
1 parent 57f5437 commit fa413fd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

example/test/react_test_components.dart

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

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

0 commit comments

Comments
 (0)