Skip to content

Commit 82a4ae7

Browse files
stephencelisgithub-actions[bot]
authored andcommitted
Run swift-format
1 parent f5d0abc commit 82a4ae7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/ConcurrencyExtrasTests/ResultTests.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import ConcurrencyExtras
22
import XCTest
33

44
final class ResultTests: XCTestCase {
5-
struct SomeError: Error, Equatable { }
5+
struct SomeError: Error, Equatable {}
66
func f(_ value: Int) async throws -> Int {
77
if value == 42 {
88
return 42

0 commit comments

Comments
 (0)