diff options
Diffstat (limited to 'vendor/github.com/bytedance/sonic/internal/encoder/pools.go')
| -rw-r--r-- | vendor/github.com/bytedance/sonic/internal/encoder/pools.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/bytedance/sonic/internal/encoder/pools.go b/vendor/github.com/bytedance/sonic/internal/encoder/pools.go index 9892ba11b..a2800ddef 100644 --- a/vendor/github.com/bytedance/sonic/internal/encoder/pools.go +++ b/vendor/github.com/bytedance/sonic/internal/encoder/pools.go @@ -190,4 +190,4 @@ func pretouchRec(vtm map[reflect.Type]uint8, opts option.CompileOptions) error { } opts.RecursiveDepth -= 1 return pretouchRec(next, opts) -}
\ No newline at end of file +} |
