From 3e20a3b9244aa003fcaf26a625ef48246aef55f7 Mon Sep 17 00:00:00 2001 From: Adam Scarr Date: Mon, 11 Jun 2018 12:02:50 +1000 Subject: appease the linting gods --- combinator_test.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'combinator_test.go') diff --git a/combinator_test.go b/combinator_test.go index aa16e21..b315b37 100644 --- a/combinator_test.go +++ b/combinator_test.go @@ -3,9 +3,10 @@ package goparsify import ( "testing" - "github.com/stretchr/testify/require" - "os" "fmt" + "os" + + "github.com/stretchr/testify/require" ) func TestSeq(t *testing.T) { -- cgit v1.2.3