fix fmt
This commit is contained in:
parent
4981881dc7
commit
519278fde7
2
scan.go
2
scan.go
@ -131,7 +131,7 @@ func Scan(rows Rows, db *DB, mode ScanMode) {
|
|||||||
db.RowsAffected++
|
db.RowsAffected++
|
||||||
db.AddError(rows.Scan(values...))
|
db.AddError(rows.Scan(values...))
|
||||||
|
|
||||||
dest.Scan(values,columns)
|
dest.Scan(values, columns)
|
||||||
}
|
}
|
||||||
case map[string]interface{}, *map[string]interface{}:
|
case map[string]interface{}, *map[string]interface{}:
|
||||||
if initialized || rows.Next() {
|
if initialized || rows.Next() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user