Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Oct 4, 2024
1 parent 6858ab8 commit e705c2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/lt-code/encoder.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type { EncodedBlock } from './shared'
import { deflate, inflate } from 'pako'
import { deflate } from 'pako'
import { getChecksum } from './checksum'

export function createEncoder(data: Uint8Array, indicesSize: number, compress = true): LtEncoder {
Expand Down

0 comments on commit e705c2e

Please sign in to comment.