We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5d0abc commit 82a4ae7Copy full SHA for 82a4ae7
Tests/ConcurrencyExtrasTests/ResultTests.swift
@@ -2,7 +2,7 @@ import ConcurrencyExtras
2
import XCTest
3
4
final class ResultTests: XCTestCase {
5
- struct SomeError: Error, Equatable { }
+ struct SomeError: Error, Equatable {}
6
func f(_ value: Int) async throws -> Int {
7
if value == 42 {
8
return 42
0 commit comments