mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 15:46:26 -04:00
fix whitespace
This commit is contained in:
parent
f0840c0f46
commit
0ac306fe2a
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue