From 31f33b66d7a245b32047fb1fcb07e81c76cf8348 Mon Sep 17 00:00:00 2001 From: Aaron Lindsay Date: Mon, 27 Mar 2017 20:14:18 -0400 Subject: [PATCH] go fmt --- types_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types_test.go b/types_test.go index 91c9238..91c46d2 100644 --- a/types_test.go +++ b/types_test.go @@ -2,8 +2,8 @@ package ofxgo_test import ( "fmt" - "github.com/aclindsa/ofxgo" "github.com/aclindsa/go/src/encoding/xml" + "github.com/aclindsa/ofxgo" "math/big" "reflect" "testing"