Skip to content

Commit 0eddb0e

Browse files
committed
Remove warning
1 parent d8fa702 commit 0eddb0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/_URLRouting/Parsing/ParserPrinter.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ extension ParserPrinter where Input == URLRequestData {
7171
values.map { URLQueryItem(name: name, value: $0.map(String.init)) }
7272
}
7373
}
74-
return try components.string ?? "#route-not-found"
74+
return components.string ?? "#route-not-found"
7575
} catch {
7676
breakpoint(
7777
"""

0 commit comments

Comments
 (0)