Gofmt driver_test

Project: http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/commit/c40d8619
Tree: http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/tree/c40d8619
Diff: http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/diff/c40d8619

Branch: refs/heads/master
Commit: c40d86190be7fffe19d0bb52336b0959fea76d0a
Parents: e749af5
Author: Francis Chuang <francis.chu...@boostport.com>
Authored: Sun Jun 18 13:43:16 2017 +1000
Committer: Julian Hyde <jh...@apache.org>
Committed: Thu Aug 10 18:47:11 2017 -0700

----------------------------------------------------------------------
 driver_test.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/calcite-avatica-go/blob/c40d8619/driver_test.go
----------------------------------------------------------------------
diff --git a/driver_test.go b/driver_test.go
index 737946e..d7b56af 100644
--- a/driver_test.go
+++ b/driver_test.go
@@ -683,7 +683,7 @@ func TestPreparedStatements(t *testing.T) {
 
                queryStmt, err := dbt.db.Prepare(`SELECT * FROM ` + 
dbt.tableName + ` WHERE int = ?`)
 
-               if err != nil{
+               if err != nil {
                        dbt.Fatal(err)
                }
 

Reply via email to