From a7755ab184031cca783052155d1ba4c8275b51dc Mon Sep 17 00:00:00 2001 From: Tommy Nguyen Date: Thu, 16 Aug 2018 07:00:13 -0400 Subject: [PATCH] reformat --- pkg/commands/os_test.go | 4 ++-- 1 file 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`"