Skip to content

Commit 446a0aa

Browse files
mluisbrownactions-user
authored andcommitted
Run swift-format
1 parent e26c572 commit 446a0aa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Sources/ComposableArchitecture/Debugging/ReducerInstrumentation.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ extension Effect where Error == Never {
6464
return self.on(
6565
starting: {
6666
os_signpost(
67-
.begin, log: log, name: "Effect", signpostID: sid, "%sStarted from %s", prefix, actionOutput
67+
.begin, log: log, name: "Effect", signpostID: sid, "%sStarted from %s", prefix,
68+
actionOutput
6869
)
6970
},
7071
completed: {

0 commit comments

Comments
 (0)