From b97c32ebc886d37cf17c38def6c8e52e60d34ff7 Mon Sep 17 00:00:00 2001 From: Mourad Date: Sun, 31 Mar 2019 19:11:03 +0200 Subject: [PATCH] Change spaces with tab --- types/plotly.js/index.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/types/plotly.js/index.d.ts b/types/plotly.js/index.d.ts index d402f3493d..9868bc3e40 100644 --- a/types/plotly.js/index.d.ts +++ b/types/plotly.js/index.d.ts @@ -275,8 +275,8 @@ export interface Layout { font: Partial; scene: Partial; barmode: "stack" | "group" | "overlay" | "relative"; - bargap: number; - bargroupgap: number; + bargap: number; + bargroupgap: number; } export interface Legend extends Label {