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 May 8, 2024
1 parent a1dbd10 commit 350e1e1
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions Sources/Dependencies/DependencyValues/Assert.swift
Original file line number Diff line number Diff line change
Expand Up @@ -167,12 +167,13 @@ private enum PreconditionKey: DependencyKey {

/// An ``AssertionEffect`` that invokes the given closure.
public struct AnyAssertionEffect: AssertionEffect {
private let assert: @Sendable (
_ condition: @autoclosure () -> Bool,
_ message: @autoclosure () -> String,
_ file: StaticString,
_ line: UInt
) -> Void
private let assert:
@Sendable (
_ condition: @autoclosure () -> Bool,
_ message: @autoclosure () -> String,
_ file: StaticString,
_ line: UInt
) -> Void

public init(
_ assert: @escaping @Sendable (
Expand Down

0 comments on commit 350e1e1

Please sign in to comment.