Skip to content

Commit

Permalink
run format
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharmathur-wk committed May 16, 2024
1 parent 57f5437 commit fa413fd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions example/test/react_test_components.dart
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,7 @@ class _ClockComponent extends react.Component {

@override
render() {
return react.span(
{'onClick': (event) => print('Hello World!')},
return react.span({'onClick': (event) => print('Hello World!')},
// { 'onClick': (event, [domid = null]) => print("Hello World!") },
['Seconds elapsed: ', "${state['secondsElapsed']}"]);
}
Expand Down

0 comments on commit fa413fd

Please sign in to comment.