Skip to content

Commit

Permalink
[ga-format-pr] Run ./format_repo.sh to fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
max-hoffman committed Dec 10, 2024
1 parent d2a4790 commit 1786106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/types/time.go
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ func (t TimespanType_) SQL(_ *sql.Context, dest []byte, v interface{}) (sqltypes
if err != nil {
return sqltypes.Value{}, err
}

return sqltypes.MakeTrusted(sqltypes.Time, ti.Bytes()), nil
}

Expand Down

0 comments on commit 1786106

Please sign in to comment.