mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-12 21:05:48 +02:00
reformat
This commit is contained in:
parent
db94dde114
commit
a7755ab184
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ package commands
|
||||||
import "testing"
|
import "testing"
|
||||||
|
|
||||||
func TestQuote(t *testing.T) {
|
func TestQuote(t *testing.T) {
|
||||||
osCommand := &OSCommand {
|
osCommand := &OSCommand{
|
||||||
Log: nil,
|
Log: nil,
|
||||||
Platform: getPlatform(),
|
Platform: getPlatform(),
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue