From 11c67a4ec5b9dfbfd13622dec5c45d2236329a7e Mon Sep 17 00:00:00 2001 From: im-adithya Date: Wed, 18 Dec 2024 12:23:21 +0530 Subject: [PATCH] chore: end file with new line --- src/utils.ts | 2 +- src/well-known/lnurlp.ts | 2 +- src/well-known/nostr.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/utils.ts b/src/utils.ts index 215cfa5..082454a 100644 --- a/src/utils.ts +++ b/src/utils.ts @@ -1,4 +1,4 @@ export function isValid32ByteHex(input: string): boolean { const hexRegex = /^[a-fA-F0-9]{64}$/; return hexRegex.test(input); -} \ No newline at end of file +} diff --git a/src/well-known/lnurlp.ts b/src/well-known/lnurlp.ts index f4f1b3d..a1c9c1b 100644 --- a/src/well-known/lnurlp.ts +++ b/src/well-known/lnurlp.ts @@ -51,4 +51,4 @@ export function createLnurlWellKnownApp(db: DB) { }); return hono; -} \ No newline at end of file +} diff --git a/src/well-known/nostr.ts b/src/well-known/nostr.ts index 8f7a11d..6e5a64b 100644 --- a/src/well-known/nostr.ts +++ b/src/well-known/nostr.ts @@ -28,4 +28,4 @@ export function createNostrWellKnownApp(db: DB) { }); return hono; -} \ No newline at end of file +}