Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
xentripetal committed Feb 8, 2022
1 parent 31c4c0d commit 75b8496
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions format/avro/ocf.go
Expand Up @@ -4,6 +4,8 @@ import (
"bytes"
"compress/flate"
"encoding/binary"
"hash/crc32"

"github.com/golang/snappy"
"github.com/wader/fq/format"
"github.com/wader/fq/format/avro/decoders"
Expand All @@ -12,7 +14,6 @@ import (
"github.com/wader/fq/pkg/bitio"
"github.com/wader/fq/pkg/decode"
"github.com/wader/fq/pkg/scalar"
"hash/crc32"
)

func init() {
Expand Down Expand Up @@ -149,7 +150,3 @@ func decodeAvroOCF(d *decode.D, in interface{}) interface{} {

return nil
}

func decodeBlock(d *decode.D, decodeFn decoders.DecodeFn) {

}

0 comments on commit 75b8496

Please sign in to comment.