From 25fce7f3ff5a0b1946762bee56d2a59c12aa1c18 Mon Sep 17 00:00:00 2001 From: Rashid Lazytech Date: Sun, 15 Jan 2023 12:30:50 +0500 Subject: [PATCH] fix line indent (utility.ts) --- src/utility.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utility.ts b/src/utility.ts index 7ad9412..f991804 100644 --- a/src/utility.ts +++ b/src/utility.ts @@ -57,7 +57,7 @@ export const ReplaceNativeSeparator = function (path: string): string { */ export function Run( binary: string = '7z', - command: string | null = null, + command: string | null = null, switches: { files?: string[] } = {}, override: boolean = false ) {