Skip to content

Commit 25fce7f

Browse files
committed
fix line indent (utility.ts)
1 parent 63e9234 commit 25fce7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utility.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export const ReplaceNativeSeparator = function (path: string): string {
5757
*/
5858
export function Run(
5959
binary: string = '7z',
60-
command: string | null = null,
60+
command: string | null = null,
6161
switches: { files?: string[] } = {},
6262
override: boolean = false
6363
) {

0 commit comments

Comments
 (0)