Skip to content

Commit

Permalink
maplibre#668 use 2 space indent
Browse files Browse the repository at this point in the history
  • Loading branch information
smellman committed May 24, 2024
1 parent 532c8a0 commit 10540f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/expression/expression.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ describe('expression', () => {
delete fixture.metadata;

const fname = path.join(__dirname, expressionTestFileName);
fs.writeFileSync(fname, JSON.stringify(fixture));
fs.writeFileSync(fname, JSON.stringify(fixture, null, 2));
return;
}

Expand Down

0 comments on commit 10540f1

Please sign in to comment.