summaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
Diffstat (limited to 'src/util')
-rw-r--r--src/util/chars.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/util/chars.go b/src/util/chars.go
index 04a66d7d..e36ab769 100644
--- a/src/util/chars.go
+++ b/src/util/chars.go
@@ -169,7 +169,6 @@ func (chars *Chars) CopyRunes(dest []rune) {
for idx, b := range chars.slice[:len(dest)] {
dest[idx] = rune(b)
}
- return
}
func (chars *Chars) Prepend(prefix string) {