Skip to content

Commit c692eda

Browse files
authored
Remove #filePath when used in an assertion (#355)
1 parent 6e993d5 commit c692eda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/PostgresNIO/Deprecated/PostgresData+UInt.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
private func warn(
22
_ old: Any.Type, mustBeConvertedTo new: Any.Type,
3-
file: StaticString = #filePath, line: UInt = #line
3+
file: StaticString = #file, line: UInt = #line
44
) {
55
assertionFailure("""
66
Integer conversion unsafe.

0 commit comments

Comments
 (0)