Skip to content

Commit fdc5e32

Browse files
committed
Merge pull request #132 from akampjes/trailingspacefix
Remove trailing whitespace after Reflux
2 parents 4998a91 + c57d7e6 commit fdc5e32

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)