Repository: aurora
Updated Branches:
  refs/heads/master ff3912041 -> 4f52f754f


Fix lint build error from Fonts patch.

Reviewed at https://reviews.apache.org/r/63129/


Project: http://git-wip-us.apache.org/repos/asf/aurora/repo
Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/4f52f754
Tree: http://git-wip-us.apache.org/repos/asf/aurora/tree/4f52f754
Diff: http://git-wip-us.apache.org/repos/asf/aurora/diff/4f52f754

Branch: refs/heads/master
Commit: 4f52f754f4323426be8baed4a708da761becf1a8
Parents: ff39120
Author: David McLaughlin <[email protected]>
Authored: Wed Oct 18 15:09:36 2017 -0700
Committer: David McLaughlin <[email protected]>
Committed: Wed Oct 18 15:09:36 2017 -0700

----------------------------------------------------------------------
 ui/src/main/js/index.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/aurora/blob/4f52f754/ui/src/main/js/index.js
----------------------------------------------------------------------
diff --git a/ui/src/main/js/index.js b/ui/src/main/js/index.js
index e1857b2..8cb4490 100644
--- a/ui/src/main/js/index.js
+++ b/ui/src/main/js/index.js
@@ -12,7 +12,7 @@ import Update from 'pages/Update';
 import Updates from 'pages/Updates';
 
 import 'bootstrap/dist/css/bootstrap.css';
-import '../resources/source-sans-pro.css'
+import '../resources/source-sans-pro.css';
 import '../sass/app.scss';
 
 const injectApi = (Page) => (props) => <Page api={SchedulerClient} {...props} 
/>;

Reply via email to