Browse Source

Prettier

main
Brian Vaughn 7 years ago
parent
commit
866ef01ae6
  1. 2
      examples/strict-mode/enabling-strict-mode.js
  2. 2
      examples/strict-mode/side-effects-in-constructor.js

2
examples/strict-mode/enabling-strict-mode.js

@ -15,4 +15,4 @@ function ExampleApplication() {
<Footer />
</div>
);
}
}

2
examples/strict-mode/side-effects-in-constructor.js

@ -4,4 +4,4 @@ class TopLevelRoute extends React.Component {
SharedApplicationState.recordEvent('ExampleComponent');
}
}
}

Loading…
Cancel
Save