Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
py: apply gofmt -s
  • Loading branch information
sbinet committed Nov 5, 2019
commit 651b46c8bca381c09ee65454a0cf938f8ae3a017
2 changes: 1 addition & 1 deletion py/string.go
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ func init() {
}
if len(args) > 1 {
if s, ok := args[1].(Int); ok {
selfStr = selfStr[s:len(selfStr)]
selfStr = selfStr[s:]
}
}

Expand Down