Skip to content

Commit 7775d9b

Browse files
committed
- remove extra line
1 parent 7028b2d commit 7775d9b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Sources/PostgresNIO/Data/PostgresData+Numeric.swift

Lines changed: 0 additions & 1 deletion
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)