mirror of
https://github.com/jackc/pgx.git
synced 2025-05-31 11:42:24 +00:00
formatting
This commit is contained in:
parent
7fceb64dee
commit
b25d092d20
2
rows.go
2
rows.go
@ -853,4 +853,4 @@ func setupStructScanTargets(receiver any, fields []structRowField) []any {
|
|||||||
scanTargets[i] = v.FieldByIndex(f.path).Addr().Interface()
|
scanTargets[i] = v.FieldByIndex(f.path).Addr().Interface()
|
||||||
}
|
}
|
||||||
return scanTargets
|
return scanTargets
|
||||||
}
|
}
|
||||||
|
@ -992,4 +992,4 @@ insert into products (name, price) values
|
|||||||
// Cheeseburger: $10
|
// Cheeseburger: $10
|
||||||
// Fries: $5
|
// Fries: $5
|
||||||
// Soft Drink: $3
|
// Soft Drink: $3
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user