Remove space between NextLabel func and doc comment (#1410)
This was mistakenly added in #1406.
This commit is contained in:
parent
4bd038eb76
commit
41a7730f43
@ -125,7 +125,6 @@ func Split(s string) []int {
|
||||
// string s starting at offset. A negative offset will cause a panic.
|
||||
// The bool end is true when the end of the string has been reached.
|
||||
// Also see PrevLabel.
|
||||
|
||||
func NextLabel(s string, offset int) (i int, end bool) {
|
||||
if s == "" {
|
||||
return 0, true
|
||||
|
Loading…
x
Reference in New Issue
Block a user