Skip to content

Commit

Permalink
Remove warning
Browse files Browse the repository at this point in the history
  • Loading branch information
stephencelis committed Apr 21, 2022
1 parent d8fa702 commit 0eddb0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/_URLRouting/Parsing/ParserPrinter.swift
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ extension ParserPrinter where Input == URLRequestData {
values.map { URLQueryItem(name: name, value: $0.map(String.init)) }
}
}
return try components.string ?? "#route-not-found"
return components.string ?? "#route-not-found"
} catch {
breakpoint(
"""
Expand Down

0 comments on commit 0eddb0e

Please sign in to comment.