Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
nolandseigler committed Jul 12, 2024
1 parent 7fceb64 commit b25d092
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rows.go
Original file line number Diff line number Diff line change
Expand Up @@ -853,4 +853,4 @@ func setupStructScanTargets(receiver any, fields []structRowField) []any {
scanTargets[i] = v.FieldByIndex(f.path).Addr().Interface()
}
return scanTargets
}
}
2 changes: 1 addition & 1 deletion rows_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -992,4 +992,4 @@ insert into products (name, price) values
// Cheeseburger: $10
// Fries: $5
// Soft Drink: $3
}
}

0 comments on commit b25d092

Please sign in to comment.