formatting

This commit is contained in:
gustavderdrache 2025-02-21 09:17:17 -05:00
parent 805b174a6e
commit 4ae5e43b1a

View File

@ -360,7 +360,10 @@ export class GitCommandManager {
return stdout
}
async exec(args: string[], { encoding = 'utf8', allowAllExitCodes = false }: ExecOpts = {}): Promise<GitOutput> {
async exec(
args: string[],
{encoding = 'utf8', allowAllExitCodes = false}: ExecOpts = {}
): Promise<GitOutput> {
const result = new GitOutput()
const env = {}