From 53ad003e94f49657064abede19b448db8c0760c7 Mon Sep 17 00:00:00 2001 From: Kabir Baidhya Date: Fri, 25 Oct 2019 21:54:58 +0545 Subject: [PATCH] Format object literal --- types/test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/types/test.ts b/types/test.ts index 07debaf58..bc3ccf8df 100644 --- a/types/test.ts +++ b/types/test.ts @@ -217,8 +217,8 @@ try { try { const node: Handlebars.ExceptionNode = { loc: { - start: {line: 1, column: 5}, - end: {line: 10, column: 2} + start: { line: 1, column: 5 }, + end: { line: 10, column: 2 } } };