Skip to content

Commit

Permalink
style: apply automated linter fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
megalinter-bot committed Jul 11, 2023
1 parent 6ae6923 commit 81874af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DSL/vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ export default defineConfig({
include: ['src'],
exclude: ['**/generated'],
},
exclude: ['out']
exclude: ['out'],
},
});

0 comments on commit 81874af

Please sign in to comment.