Skip to content

Commit

Permalink
style: newline at EOF
Browse files Browse the repository at this point in the history
  • Loading branch information
joscha committed Sep 25, 2024
1 parent 48c7594 commit 84f16c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/platform.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ function getHash(str: string, algorithm: string = 'md5') {
export = {
getHash,
debuglog,
};
};
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
"include": [
"./src/**/*"
]
}
}

0 comments on commit 84f16c1

Please sign in to comment.