From c76ec61860114f9a2b31ac7e41015ab9e5ac6e04 Mon Sep 17 00:00:00 2001 From: DABH Date: Sun, 22 Jul 2018 14:19:05 -0700 Subject: [PATCH] spaces v tabs --- index.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.d.ts b/index.d.ts index faa9ab6..baa7068 100644 --- a/index.d.ts +++ b/index.d.ts @@ -116,8 +116,8 @@ declare global { bgCyan: string; bgWhite: string; - reset: string; - // @ts-ignore + reset: string; + // @ts-ignore bold: string; dim: string; italic: string;