Skip to content

Commit

Permalink
spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
pravinthan committed Jan 22, 2025
1 parent d48b90c commit 673df16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TophatModules/Sources/TophatServer/TophatServer.swift
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public final class TophatServer {

let encodedURL = baseURL.appending(path: request.path).appending(queryItems: queryItems)
guard let decodedString = encodedURL.absoluteString.removingPercentEncoding,
let url = URL(string: decodedString) else {
let url = URL(string: decodedString) else {
return .internalServerError
}

Expand Down

0 comments on commit 673df16

Please sign in to comment.