Skip to content

Commit 821f743

Browse files
committed
Fix format
1 parent 5f7e358 commit 821f743

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

klog/duration_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ func TestParsingFailsWithInvalidValue(t *testing.T) {
147147
"6h asdf",
148148
"qwer 30m",
149149
"⠙⠛m", // Braille digits
150-
"四二h", // Japanese digits
150+
"四二h", // Japanese digits
151151
"᠒h᠐᠒m", // Mongolean digits
152152
} {
153153
duration, err := NewDurationFromString(d)

0 commit comments

Comments
 (0)