From 99df9c45704c822b304509ae4cc7d1449b178326 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sun, 25 May 2025 19:53:39 +0200 Subject: [PATCH] Fix: Remove unnecessary newline in main.js --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.js b/main.js index 3c21145..45bf81c 100644 --- a/main.js +++ b/main.js @@ -162,7 +162,7 @@ async function ensureOllamaRunning() { //temporary hack } throw new Error('[AutoGit] ollama serve konnte nach 5 Sekunden nicht erreicht werden!'); } - +}