From 17aeb3474630c203d6edaf3038308cb45d208072 Mon Sep 17 00:00:00 2001 From: Alex P Date: Thu, 4 May 2017 16:30:25 -0700 Subject: [PATCH] Fix build error pesky trailing spaces! *shakes fist* --- ui/src/data_explorer/components/QueryMaker.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/data_explorer/components/QueryMaker.js b/ui/src/data_explorer/components/QueryMaker.js index a5f69c2e2f..e12e61a8c7 100644 --- a/ui/src/data_explorer/components/QueryMaker.js +++ b/ui/src/data_explorer/components/QueryMaker.js @@ -100,7 +100,7 @@ const QueryMaker = React.createClass({ // the layout will be horizontal by default // vertical layout is known as "panel" layout as it will be used to build // a "cell editor panel" though that term might change - // Currently, if set to "panel" the only noticeable difference is that the + // Currently, if set to "panel" the only noticeable difference is that the // DatabaseList becomes DatabaseDropdown (more space efficient in vertical layout) // and is outside the container with measurements/tags/fields //