Skip to content

Commit

Permalink
refactor(common): add semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
matheushdsbr committed Oct 3, 2023
1 parent 37b3c62 commit 62ea429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/common/src/dummy.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const dummy = () => {
console.log('just a test')
console.log('just a test');
};

export default dummy;

0 comments on commit 62ea429

Please sign in to comment.