remove extra newline

This commit is contained in:
Kim 2021-08-12 14:09:44 +02:00
parent b4c9e7124a
commit 78108ac96c

View File

@ -521,6 +521,5 @@ func fileExists(filename string) bool {
return false return false
} }
return !info.IsDir() return !info.IsDir()
} }