1
0
mirror of https://github.com/kataras/iris.git synced 2026-07-31 00:19:50 +00:00

remove extra newline

This commit is contained in:
Kim
2021-08-12 14:09:44 +02:00
parent b4c9e7124a
commit 78108ac96c
-1
View File
@@ -521,6 +521,5 @@ func fileExists(filename string) bool {
return false
}
return !info.IsDir()
}