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 } } };