diff -r db4911b0c721 -r 445e01aede7e vendor/github.com/magiconair/properties/properties.go --- a/vendor/github.com/magiconair/properties/properties.go Tue Aug 23 22:33:28 2022 +0200 +++ b/vendor/github.com/magiconair/properties/properties.go Tue Aug 23 22:39:43 2022 +0200 @@ -786,7 +786,6 @@ } 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.