From 66b86209bf41163d9d4146256d9b568f8cec333e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20Daubensch=C3=BCtz?= Date: Wed, 28 Oct 2015 17:55:44 +0100 Subject: [PATCH] Add appropriate spaces to import statement in header.js --- js/components/header.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/components/header.js b/js/components/header.js index 83cad670..51f91318 100644 --- a/js/components/header.js +++ b/js/components/header.js @@ -31,7 +31,7 @@ import NavRoutesLinks from './nav_routes_links'; import { mergeOptions } from '../utils/general_utils'; import { getLangText } from '../utils/lang_utils'; -import {constructHead} from '../utils/dom_utils'; +import { constructHead } from '../utils/dom_utils'; let Header = React.createClass({