mirror of
https://github.com/react-webpack-generators/generator-react-webpack.git
synced 2025-12-08 18:01:59 +00:00
Remove trailing whitespace after Reflux
This removes the linter error: `error Trailing spaces not allowed no-trailing-spaces`
This commit is contained in:
parent
4998a916ed
commit
c57d7e6463
@ -1,7 +1,7 @@
|
|||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
var React = require('react/addons');<% if(rich && architecture === 'reflux'){%>
|
var React = require('react/addons');<% if(rich && architecture === 'reflux'){%>
|
||||||
var Reflux = require('Reflux'); <%}%>
|
var Reflux = require('Reflux');<%}%>
|
||||||
<% if(rich && architecture === 'flux' || architecture === 'reflux'){%>
|
<% if(rich && architecture === 'flux' || architecture === 'reflux'){%>
|
||||||
//var Actions = require('actions/xxx')<%}%>
|
//var Actions = require('actions/xxx')<%}%>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user