Skip to content

Commit f1a715d

Browse files
cuishuanggopherbot
authored andcommitted
benchseries: remove unnecessary symbol in comment
Change-Id: Ide7abe4a8258d3649d6ea91de571033b20f8eff8 Reviewed-on: https://go-review.googlesource.com/c/perf/+/611136 Run-TryBot: shuang cui <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Reviewed-by: Tim King <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Auto-Submit: Dmitri Shuralyov <[email protected]>
1 parent ce48115 commit f1a715d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchseries/benchseries.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ var noPuncDate = regexp.MustCompile("^[0-9]{8}T[0-9]{6}$")
191191

192192
// RFC3339NanoNoZ has the property that formatted date&time.000000000 < date&time.000000001,
193193
// unlike RFC3339Nano where date&timeZ > date&timeZ.000000001Z
194-
// i.e., "Z" > "."" but "+" < "." so if ".000000000" is elided must use "+00:00"
194+
// i.e., "Z" > "." but "+" < "." so if ".000000000" is elided must use "+00:00"
195195
// to express the Z time zone to get the sort right.
196196
const RFC3339NanoNoZ = "2006-01-02T15:04:05.999999999-07:00"
197197

0 commit comments

Comments
 (0)