From 29546605fab2ab3eeb2a6b11985e247c5e945624 Mon Sep 17 00:00:00 2001 From: Robert Eggl Date: Fri, 18 Oct 2024 10:18:09 +0200 Subject: [PATCH] fix: add missing newline at end of file in credential-storage.js --- rogue-thi-app/lib/credential-storage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rogue-thi-app/lib/credential-storage.js b/rogue-thi-app/lib/credential-storage.js index ae6accde..7f59d3ac 100644 --- a/rogue-thi-app/lib/credential-storage.js +++ b/rogue-thi-app/lib/credential-storage.js @@ -119,4 +119,4 @@ export default class CredentialStorage { db.close() } } -} \ No newline at end of file +}