Skip to content

Commit 706f44d

Browse files
committed
Fixed formatting
1 parent f5b870c commit 706f44d

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/utils/GitHelper.ts

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,14 @@ export default class GitHelper {
100100
Logger.dev(`Cloning HTTPS ${remote}`)
101101
return git() //
102102
.silent(true) //
103-
.raw(['clone', '--recurse-submodules', '-b', branch, remote, directory])
103+
.raw([
104+
'clone',
105+
'--recurse-submodules',
106+
'-b',
107+
branch,
108+
remote,
109+
directory,
110+
])
104111
.then(function () {
105112
//
106113
})

0 commit comments

Comments
 (0)