summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2018-08-11 16:55:15 +1000
committerJesse Duffield <jessedduffield@gmail.com>2018-08-11 16:55:15 +1000
commit0ac306fe2afaa1e75d8dde2c2d11bf34659551bc (patch)
tree2f1089b4e6abb065c3626f27c889e5ffe39efa3d
parentf0840c0f4618427c3e2de33472d17bd46a50ad0f (diff)
fix whitespace
-rw-r--r--gitcommands.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitcommands.go b/gitcommands.go
index 6dbc41c28..dcd338136 100644
--- a/gitcommands.go
+++ b/gitcommands.go
@@ -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) {