Skip to content

Commit 1786106

Browse files
committed
[ga-format-pr] Run ./format_repo.sh to fix formatting
1 parent d2a4790 commit 1786106

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/types/time.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ func (t TimespanType_) SQL(_ *sql.Context, dest []byte, v interface{}) (sqltypes
270270
if err != nil {
271271
return sqltypes.Value{}, err
272272
}
273-
273+
274274
return sqltypes.MakeTrusted(sqltypes.Time, ti.Bytes()), nil
275275
}
276276

0 commit comments

Comments
 (0)