summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTommy Nguyen <remyabel@gmail.com>2018-08-16 07:00:13 -0400
committerTommy Nguyen <remyabel@gmail.com>2018-08-16 07:00:13 -0400
commita7755ab184031cca783052155d1ba4c8275b51dc (patch)
treebb5d867a71fc5c9809b84cda039601fe6662d2b7
parentdb94dde11475a45a5bceafd7564c5fe3b8eacb18 (diff)
reformat
-rw-r--r--pkg/commands/os_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/commands/os_test.go b/pkg/commands/os_test.go
index a6bdbc1b1..29540aff6 100644
--- a/pkg/commands/os_test.go
+++ b/pkg/commands/os_test.go
@@ -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`"