Skip to content

Commit ec58f3c

Browse files
committed
- remove extra line
1 parent fdc1971 commit ec58f3c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: Sources/PostgresNIO/Data/PostgresData+Numeric.swift

-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ public struct PostgresNumeric: CustomStringConvertible, CustomDebugStringConvert
3737
return Double(self.string)
3838
}
3939

40-
4140
public init(decimal: Decimal) {
4241
self.init(decimalString: decimal.description)
4342
}

0 commit comments

Comments
 (0)