From c57d7e646376c0da113a16d0f4709b29bb063990 Mon Sep 17 00:00:00 2001 From: Andrew Kampjes Date: Sat, 25 Jul 2015 23:18:52 +1200 Subject: [PATCH] Remove trailing whitespace after Reflux This removes the linter error: `error Trailing spaces not allowed no-trailing-spaces` --- templates/javascript/Component.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/javascript/Component.js b/templates/javascript/Component.js index 6b4691c..c3f8398 100644 --- a/templates/javascript/Component.js +++ b/templates/javascript/Component.js @@ -1,7 +1,7 @@ 'use strict'; var React = require('react/addons');<% if(rich && architecture === 'reflux'){%> -var Reflux = require('Reflux'); <%}%> +var Reflux = require('Reflux');<%}%> <% if(rich && architecture === 'flux' || architecture === 'reflux'){%> //var Actions = require('actions/xxx')<%}%>