Skip to content

Commit b145bc7

Browse files
author
Roman Golov
committed
Fix lint errors
1 parent 5c8c922 commit b145bc7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

internal/value/cast_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ func unwrapPtr(v interface{}) interface{} {
2727
func loadLocation(T *testing.T, name string) *time.Location {
2828
loc, err := time.LoadLocation(name)
2929
require.NoError(T, err)
30+
3031
return loc
3132
}
3233

internal/value/value.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1742,6 +1742,7 @@ func (v tzTimestampValue) castTo(dst interface{}) error {
17421742
return err
17431743
}
17441744
*vv = t
1745+
17451746
return nil
17461747
case *string:
17471748
*vv = string(v)

0 commit comments

Comments
 (0)