mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-12 12:55: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"
|
import "testing"
|
||||||
|
|
||||||
func TestQuote(t *testing.T) {
|
func TestQuote(t *testing.T) {
|
||||||
osCommand := &OSCommand {
|
osCommand := &OSCommand{
|
||||||
Log: nil,
|
Log: nil,
|
||||||
Platform: getPlatform(),
|
Platform: getPlatform(),
|
||||||
}
|
}
|
||||||
test := "hello `test`"
|
test := "hello `test`"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue