Skip to content

Commit

Permalink
Run swift-format
Browse files Browse the repository at this point in the history
  • Loading branch information
stephencelis authored and github-actions[bot] committed Dec 16, 2024
1 parent f5d0abc commit 82a4ae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/ConcurrencyExtrasTests/ResultTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import ConcurrencyExtras
import XCTest

final class ResultTests: XCTestCase {
struct SomeError: Error, Equatable { }
struct SomeError: Error, Equatable {}
func f(_ value: Int) async throws -> Int {
if value == 42 {
return 42
Expand Down

0 comments on commit 82a4ae7

Please sign in to comment.