mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2025-06-05 21:59:39 +02:00
[chore]: Bump codeberg.org/gruf/go-kv from 1.6.3 to 1.6.4 (#2142)
This commit is contained in:
2
vendor/codeberg.org/gruf/go-kv/format/util.go
generated
vendored
2
vendor/codeberg.org/gruf/go-kv/format/util.go
generated
vendored
@ -80,7 +80,7 @@ func Byte2Str(c byte) string {
|
||||
return `\t`
|
||||
case '\v':
|
||||
return `\v`
|
||||
case '\'':
|
||||
case '\\':
|
||||
return `\\`
|
||||
default:
|
||||
if c < ' ' {
|
||||
|
Reference in New Issue
Block a user