Skip to content

Commit b0a0efb

Browse files
committed
py: apply gofmt -s
1 parent 52214b6 commit b0a0efb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/string.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ func init() {
176176
}
177177
if len(args) > 1 {
178178
if s, ok := args[1].(Int); ok {
179-
selfStr = selfStr[s:len(selfStr)]
179+
selfStr = selfStr[s:]
180180
}
181181
}
182182

0 commit comments

Comments
 (0)