Skip to content

Commit bc11793

Browse files
committed
Fix code style in TodoMVC Flux example
1 parent 8dcad5e commit bc11793

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/todomvc-flux/js/components/Header.react.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ var Header = React.createClass({
4545
* @param {string} text
4646
*/
4747
_onSave: function(text) {
48-
if(text.trim()){
48+
if (text.trim()){
4949
TodoActions.create(text);
5050
}
51-
51+
5252
}
5353

5454
});

0 commit comments

Comments
 (0)