Skip to content

Commit

Permalink
Merge pull request #57 from ellie/fix-unreachable
Browse files Browse the repository at this point in the history
Fix "unreachable code" lint error
  • Loading branch information
magiconair committed May 12, 2021
2 parents 291b826 + 28b5227 commit 4bca56f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion properties.go
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 4bca56f

Please sign in to comment.