go fmt
This commit is contained in:
@@ -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")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user