Skip to content

Commit

Permalink
chore: end file with new line
Browse files Browse the repository at this point in the history
  • Loading branch information
im-adithya committed Dec 18, 2024
1 parent 6ac2eb0 commit 11c67a4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/utils.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export function isValid32ByteHex(input: string): boolean {
const hexRegex = /^[a-fA-F0-9]{64}$/;
return hexRegex.test(input);
}
}
2 changes: 1 addition & 1 deletion src/well-known/lnurlp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ export function createLnurlWellKnownApp(db: DB) {
});

return hono;
}
}
2 changes: 1 addition & 1 deletion src/well-known/nostr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ export function createNostrWellKnownApp(db: DB) {
});

return hono;
}
}

0 comments on commit 11c67a4

Please sign in to comment.