Skip to content

Commit

Permalink
chore: fix lint error in canary (#4513)
Browse files Browse the repository at this point in the history
chore: fix lint
  • Loading branch information
marvinhagemeister authored Mar 22, 2024
1 parent 198c7af commit 116c54a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion archive/untar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ function parseHeader(buffer: Uint8Array): TarHeader {
}

/** Tar entry */
// deno-lint-ignore no-empty-interface
export interface TarEntry extends TarMetaWithLinkName {}

/** Contains tar header metadata and a reader to the entry's body. */
Expand Down

0 comments on commit 116c54a

Please sign in to comment.