Skip to content

Commit 9927e14

Browse files
yungtrizzlejackc
authored andcommitted
remove dead line
1 parent 95b2f85 commit 9927e14

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

pgtype/numeric.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -762,7 +762,6 @@ func (scanPlanTextAnyToNumericScanner) Scan(src []byte, dst any) error {
762762
if strings.ContainsAny(string(src), "eE") {
763763
if bigF, ok := new(big.Float).SetString(string(src)); ok {
764764
smallF, _ := bigF.Float64()
765-
766765
src = []byte(strconv.FormatFloat(smallF, 'f', -1, int(bigF.Prec())))
767766
}
768767
}

0 commit comments

Comments
 (0)