Skip to content

Commit bf7ea47

Browse files
committed
- fix struct omission
1 parent 7775d9b commit bf7ea47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/PostgresNIO/Data/PostgresData+Numeric.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import NIOCore
2-
import Foundation.Decimal
2+
import struct Foundation.Decimal
33

44
public struct PostgresNumeric: CustomStringConvertible, CustomDebugStringConvertible, ExpressibleByStringLiteral {
55
/// The number of digits after this metadata

0 commit comments

Comments
 (0)