From 78108ac96c840fd0de9af20f68e0c571b7f9b62b Mon Sep 17 00:00:00 2001 From: Kim Date: Thu, 12 Aug 2021 14:09:44 +0200 Subject: [PATCH] remove extra newline --- core/host/supervisor.go | 1 - 1 file changed, 1 deletion(-) diff --git a/core/host/supervisor.go b/core/host/supervisor.go index e6fbd813..e8ea77a6 100644 --- a/core/host/supervisor.go +++ b/core/host/supervisor.go @@ -521,6 +521,5 @@ func fileExists(filename string) bool { return false } - return !info.IsDir() }