From 625bc973299479527061438074498f673b30f581 Mon Sep 17 00:00:00 2001 From: Jordan Orelli Date: Mon, 15 Dec 2014 12:13:15 -0500 Subject: [PATCH] fmt --- lexnum_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lexnum_test.go b/lexnum_test.go index 1dff5ef..676fd6c 100644 --- a/lexnum_test.go +++ b/lexnum_test.go @@ -32,7 +32,7 @@ var lexNumTests = []struct { func TestLexnum(t *testing.T) { rand.Seed(time.Now().UnixNano()) - e := NewEncoder('x', 'o') + e := NewEncoder('x', 'o') for _, test := range lexNumTests { s := e.EncodeInt(test.in) t.Logf("%d -> %s", test.in, test.out)