fix whitespace

This commit is contained in:
Jesse Duffield 2018-08-11 16:55:15 +10:00
parent f0840c0f46
commit 0ac306fe2a

View file

@ -492,7 +492,7 @@ func gitNewBranch(name string) (string, error) {
}
func gitDeleteBranch(branch string) (string, error) {
return runCommand("git branch -d " + branch)
return runCommand("git branch -d " + branch)
}
func gitListStash() (string, error) {