various fixes to make testing possible
[epoint] / pkg / document / document.go
index b82b167..c7803ca 100644 (file)
@@ -679,7 +679,7 @@ func parseDate(s string) (int64, error) {
 }
 
 func formatDate(i int64) string {
-       return time.Unix(i,0).UTC().Format(time.RFC3339)
+       return time.Unix(i, 0).UTC().Format(time.RFC3339)
 }
 
 func getLine(data []byte) (line, rest []byte) {