From 3a211e5cbcbbee150bc0f2fd810aa6faf6163e8b Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Fri, 17 Jul 2015 23:30:55 -0700 Subject: [PATCH] Indentation style fix --- src/components/state-history-chart-timeline.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/state-history-chart-timeline.js b/src/components/state-history-chart-timeline.js index 21400075e9..a426276856 100644 --- a/src/components/state-history-chart-timeline.js +++ b/src/components/state-history-chart-timeline.js @@ -91,7 +91,7 @@ export default Polymer({ }); chart.draw(dataTable, { - height: 55 + numTimelines * 42, + height: 55 + numTimelines * 42, timeline: { showRowLabels: stateHistory.length > 1