Skip to content

Commit

Permalink
Fix linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
adamayoung committed Apr 3, 2024
1 parent 3c9bace commit 148ccbc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import Foundation
import FoundationNetworking
#endif

final class MockURLProtocol: URLProtocol, @unchecked Sendable{
final class MockURLProtocol: URLProtocol, @unchecked Sendable {

static var data: Data?
static var failError: Error?
Expand Down

0 comments on commit 148ccbc

Please sign in to comment.