1
0
mirror of https://github.com/kataras/iris.git synced 2026-01-04 10:47:20 +00:00

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 !info.IsDir()
}