Skip to content

Commit 2b648e7

Browse files
committed
fix: remove unused var
1 parent 696c8c7 commit 2b648e7

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/download/transfer-visualize/format-transfer-status.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ import {TransferProgressInfo} from "./transfer-statistics.js";
33
import prettyBytes, {PrettyBytesOptions, formatTrunc} from "./utils/prettyBytesFast.js";
44
import prettyMillisecondsCompact from "./utils/prettyMSFast.js";
55

6-
const DEFAULT_LOCALIZATION: Intl.LocalesArgument = "en-US";
7-
86
export type CliInfoStatus = TransferProgressInfo & {
97
fileName?: string,
108
comment?: string

0 commit comments

Comments
 (0)