remove brace

This commit is contained in:
w1ndyb0y
2020-12-31 10:45:07 +08:00
parent 94cdfe3886
commit b0836f95b0
+1 -1
View File
@@ -17,7 +17,7 @@ var exp, _ = regexp.Compile(Expression)
var RawLog *rotatelogs.RotateLogs
func Append(data string) bool {
buffer += (data + "\n")
buffer += data + "\n"
return check()
}