Skip to content

Commit 3eab477

Browse files
committed
- fix struct omission
1 parent ec58f3c commit 3eab477

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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)