Skip to content

Commit

Permalink
fix line indent (utility.ts)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lazyt3ch committed Jan 15, 2023
1 parent 63e9234 commit 25fce7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utility.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
) {
Expand Down

0 comments on commit 25fce7f

Please sign in to comment.