aboutsummaryrefslogtreecommitdiff
path: root/sqlite3_test.go
diff options
context:
space:
mode:
authormattn <mattn.jp@gmail.com>2013-05-11 21:45:48 +0900
committermattn <mattn.jp@gmail.com>2013-05-11 21:45:48 +0900
commitf1d58ee64a5eb6517dde6be1221747001f8a197b (patch)
tree0823bd87c35352e9c904391f0c405502d22fd0a1 /sqlite3_test.go
parentthe SQLiteResult refers to the connection after it should no longer be referr... (diff)
downloadgolite-f1d58ee64a5eb6517dde6be1221747001f8a197b.tar.gz
golite-f1d58ee64a5eb6517dde6be1221747001f8a197b.tar.xz
go fmt
Diffstat (limited to 'sqlite3_test.go')
-rw-r--r--sqlite3_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/sqlite3_test.go b/sqlite3_test.go
index 9bcc5f3..3ea5592 100644
--- a/sqlite3_test.go
+++ b/sqlite3_test.go
@@ -407,4 +407,3 @@ func TestBoolean(t *testing.T) {
t.Error("Expected error from \"nonsense\" bool")
}
}
-