Skip to content

Commit 98bcc7c

Browse files
fix indent
1 parent 6c0feaa commit 98bcc7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/git/command.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ func (c *Command) AddConfig(key, value string) *Command {
202202
if !isSafeArgumentValue(kv) {
203203
c.brokenArgs = append(c.brokenArgs, key)
204204
} else {
205-
c.configArgs = append(c.configArgs, "-c", kv)
205+
c.configArgs = append(c.configArgs, "-c", kv)
206206
}
207207
return c
208208
}

0 commit comments

Comments
 (0)