formatting

This commit is contained in:
nolandseigler 2024-07-11 23:30:28 -04:00
parent 7fceb64dee
commit b25d092d20
No known key found for this signature in database
GPG Key ID: E40C7025309EA201
2 changed files with 2 additions and 2 deletions

View File

@ -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
} }

View File

@ -992,4 +992,4 @@ insert into products (name, price) values
// Cheeseburger: $10 // Cheeseburger: $10
// Fries: $5 // Fries: $5
// Soft Drink: $3 // Soft Drink: $3
} }