forked from mirror/go-sqlcipher
go fmt
This commit is contained in:
parent
d93259577c
commit
f1d58ee64a
|
@ -99,7 +99,7 @@ type SQLiteStmt struct {
|
|||
|
||||
// Result struct.
|
||||
type SQLiteResult struct {
|
||||
id int64
|
||||
id int64
|
||||
changes int64
|
||||
}
|
||||
|
||||
|
|
|
@ -407,4 +407,3 @@ func TestBoolean(t *testing.T) {
|
|||
t.Error("Expected error from \"nonsense\" bool")
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue