Skip to content

Commit fa413fd

Browse files
run format
1 parent 57f5437 commit fa413fd

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

example/test/react_test_components.dart

Lines changed: 1 addition & 2 deletions
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)