diff options
Diffstat (limited to 'vendor/codeberg.org/gruf/go-kv/format')
| -rw-r--r-- | vendor/codeberg.org/gruf/go-kv/format/util.go | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/codeberg.org/gruf/go-kv/format/util.go b/vendor/codeberg.org/gruf/go-kv/format/util.go index f36727679..79cb30981 100644 --- a/vendor/codeberg.org/gruf/go-kv/format/util.go +++ b/vendor/codeberg.org/gruf/go-kv/format/util.go @@ -80,7 +80,7 @@ func Byte2Str(c byte) string {  		return `\t`  	case '\v':  		return `\v` -	case '\'': +	case '\\':  		return `\\`  	default:  		if c < ' ' {  | 
