summaryrefslogtreecommitdiff
path: root/reencode.go
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@datawire.io>2022-08-17 19:20:52 -0600
committerLuke Shumaker <lukeshu@datawire.io>2022-08-17 19:20:52 -0600
commitb2bf19e062ad1ce46dbf9107f5c3b47354f64d03 (patch)
tree742b1cd56b7e008312cf0fe582e077696232a594 /reencode.go
parentcbd5679fa554573506318deb62f5648dbffe027e (diff)
Get the linter passing (even if it means ignoring borrowed files)
Diffstat (limited to 'reencode.go')
-rw-r--r--reencode.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/reencode.go b/reencode.go
index 46a8e48..e781c03 100644
--- a/reencode.go
+++ b/reencode.go
@@ -11,8 +11,6 @@ import (
"unicode/utf8"
)
-type reencodeState func(rune) error
-
type speculation struct {
compactFmt ReEncoder
compactBuf bytes.Buffer