Skip to content

Commit

Permalink
chore: fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
debkanchan committed Feb 14, 2024
1 parent 25a9cce commit cbf410e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,4 @@ function greeter(greeting: string): string {
return `Hello, ${greeting}!`;
}

console.log(greeter("World"));

export default greeter;

0 comments on commit cbf410e

Please sign in to comment.