Skip to content

Commit

Permalink
Run swift-format
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrandonw authored and github-actions[bot] committed Sep 3, 2023
1 parent cc11adf commit 76f4326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/ComposableArchitecture/Effects/Cancellation.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ extension Effect {
///
/// case .reloadButtonTapped:
/// // Start a new effect to load the user
/// return .run {
/// return .run {
/// await send(
/// .userResponse(
/// TaskResult { try await self.apiClient.loadUser() }
Expand Down

0 comments on commit 76f4326

Please sign in to comment.