Skip to content

Commit

Permalink
Space
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-artie committed Jun 13, 2024
1 parent a28c02d commit b5c9fec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion clients/bigquery/cast.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,5 @@ func EncodeStructToJSONString(value any) (string, error) {
if err != nil {
return "", fmt.Errorf("failed to marshal colVal: %w", err)
}

return string(colValBytes), nil
}

0 comments on commit b5c9fec

Please sign in to comment.