1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-11-29 22:48:24 +02:00

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) {