Commit 2c78950e authored by 张振华's avatar 张振华

gofmt

parent 107d378a
...@@ -772,7 +772,7 @@ func isDirExists(path string) bool { ...@@ -772,7 +772,7 @@ func isDirExists(path string) bool {
if err != nil { if err != nil {
return os.IsExist(err) return os.IsExist(err)
} }
return fi.IsDir() return fi.IsDir()
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment