Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalets committed Nov 21, 2023
1 parent c846127 commit ee10f02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/snippets/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ export class Snippets {
const filePath = this.isDecorators()
? require.resolve('./snippetSyntaxDecorators.js')
: this.isTypeScript()
? require.resolve('./snippetSyntaxTs.js')
: require.resolve('./snippetSyntax.js');
? require.resolve('./snippetSyntaxTs.js')
: require.resolve('./snippetSyntax.js');
return pathToFileURL(filePath).toString();
} else {
return snippetSyntax;
Expand Down

0 comments on commit ee10f02

Please sign in to comment.