Skip to content

Commit

Permalink
fix: remove unnecessary semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonghakseo committed Nov 5, 2023
1 parent 0625c22 commit 25c03b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/plugins/custom-dynamic-import.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default function customDynamicImport(): PluginOption {
}
return {
left: 'import(',
right: ');',
right: ')',
};
},
};
Expand Down

0 comments on commit 25c03b4

Please sign in to comment.