Skip to content

Commit

Permalink
Fix trailing whitespace issue
Browse files Browse the repository at this point in the history
  • Loading branch information
winsmith committed Sep 8, 2023
1 parent b89ef8d commit be62305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/TelemetryClient/SignalManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ private extension SignalManager {
var urlRequest = URLRequest(url: url)
urlRequest.httpMethod = "POST"
urlRequest.addValue("application/json", forHTTPHeaderField: "Content-Type")

guard let body = try? JSONEncoder.telemetryEncoder.encode(signalPostBodies) else {
return
}
Expand Down

0 comments on commit be62305

Please sign in to comment.