From 19c5359b28ecf4b104e3d87b716a680b1ccc0f8b Mon Sep 17 00:00:00 2001 From: arturovt Date: Mon, 9 Jul 2018 11:42:36 +0300 Subject: [PATCH] Fix tab indentation --- source/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/index.ts b/source/index.ts index 8ee3dd5..c6aeea2 100644 --- a/source/index.ts +++ b/source/index.ts @@ -48,8 +48,8 @@ export const enum TypeName { ArrayBuffer = 'ArrayBuffer', SharedArrayBuffer = 'SharedArrayBuffer', DataView = 'DataView', - Promise = 'Promise', - URL = 'URL' + Promise = 'Promise', + URL = 'URL' } const toString = Object.prototype.toString;