You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by jh...@apache.org on 2017/08/11 01:50:24 UTC

[27/50] calcite-avatica-go git commit: Gofmt driver_test

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 <fr...@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)
 		}