Skip to content

Commit

Permalink
Remove space between NextLabel func and doc comment (#1410)
Browse files Browse the repository at this point in the history
This was mistakenly added in #1406.
  • Loading branch information
tmthrgd committed Jan 6, 2023
1 parent 4bd038e commit 41a7730
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion labels.go
Expand Up @@ -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
Expand Down

0 comments on commit 41a7730

Please sign in to comment.