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