Skip to content

Commit a8e5b24

Browse files
committed
refmt
1 parent b35732c commit a8e5b24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/time.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ const (
5959
// MaxDuration is the maximum for duration.
6060
MaxDuration int64 = 838*10000 + 59*100 + 59
6161
// MinTime is the minimum for mysql time type.
62-
MinTime = -gotime.Duration(838*3600 + 59*60 + 59) * gotime.Second
62+
MinTime = -gotime.Duration(838*3600+59*60+59) * gotime.Second
6363
// MaxTime is the maximum for mysql time type.
6464
MaxTime = gotime.Duration(838*3600+59*60+59) * gotime.Second
6565
// ZeroDatetimeStr is the string representation of a zero datetime.

0 commit comments

Comments
 (0)