Skip to content

Commit

Permalink
Removed unnecessary semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
TFaga committed Dec 14, 2014
1 parent 98681bf commit 1161e40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ var ReactRefluxGenerator = yeoman.generators.Base.extend({
this.src.copy('__tests__/home-test.jsx', '__tests__/home-test.jsx');
this.src.copy('preprocessor.js', 'preprocessor.js');
}
};
}
},

styleSheets: function () {
Expand Down

0 comments on commit 1161e40

Please sign in to comment.