Skip to content

Commit

Permalink
Format object literal
Browse files Browse the repository at this point in the history
  • Loading branch information
kabirbaidhya committed Oct 28, 2019
1 parent fcc6d08 commit 53ad003
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions types/test.ts
Expand Up @@ -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 }
}
};

Expand Down

0 comments on commit 53ad003

Please sign in to comment.