mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-04-25 12:24:47 +02:00
reformat
This commit is contained in:
parent
db94dde114
commit
a7755ab184
@ -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…
x
Reference in New Issue
Block a user