Skip to content

Commit c57d7e6

Browse files
committed
Remove trailing whitespace after Reflux
This removes the linter error: `error Trailing spaces not allowed no-trailing-spaces`
1 parent 4998a91 commit c57d7e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/javascript/Component.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'use strict';
22

33
var React = require('react/addons');<% if(rich && architecture === 'reflux'){%>
4-
var Reflux = require('Reflux'); <%}%>
4+
var Reflux = require('Reflux');<%}%>
55
<% if(rich && architecture === 'flux' || architecture === 'reflux'){%>
66
//var Actions = require('actions/xxx')<%}%>
77

0 commit comments

Comments
 (0)