Skip to content

Commit 7f07f7a

Browse files
fix linter
1 parent dc28ef6 commit 7f07f7a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

table/types/value.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ func DecimalValueFromString(str string, precision, scale uint32) (Value, error)
194194
if err != nil {
195195
return nil, err
196196
}
197+
197198
return value.DecimalValueFromBigInt(bigI, precision, scale), nil
198199
}
199200

0 commit comments

Comments
 (0)