Skip to content

Commit

Permalink
Fix unreachable code lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
Ellie Huxtable committed May 12, 2021
1 parent 291b826 commit 28b5227
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion properties.go
Original file line number Diff line number Diff line change
Expand Up @@ -786,7 +786,6 @@ func expand(s string, keys []string, prefix, postfix string, values map[string]s
}
s = s[:start] + new_val + s[end+1:]
}
return s, nil
}

// encode encodes a UTF-8 string to ISO-8859-1 and escapes some characters.
Expand Down

0 comments on commit 28b5227

Please sign in to comment.