Skip to content

Commit 481bec6

Browse files
committed
go fix ./...
1 parent 784278c commit 481bec6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/go/properties/properties.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ func loadConvert(in []byte, off int, len int) (string, error) {
121121
return "", errors.New("malformed \\uxxxx encoding")
122122
}
123123
var value int
124-
for i := 0; i < 4; i++ {
124+
for range 4 {
125125
aChar = in[off]
126126
off++
127127
switch aChar {

0 commit comments

Comments
 (0)