Skip to content

Commit b809888

Browse files
stephencelisactions-user
authored andcommitted
Run swift-format
1 parent 0978dde commit b809888

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Sources/ComposableArchitecture/Effects/Throttling.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ extension Effect {
4141

4242
return Just(value)
4343
.delay(
44-
for: scheduler.now.distance(to: throttleTime.advanced(by: interval)), scheduler: scheduler
44+
for: scheduler.now.distance(to: throttleTime.advanced(by: interval)),
45+
scheduler: scheduler
4546
)
4647
.handleEvents(
4748
receiveOutput: { _ in throttleLock.sync { throttleTimes[id] = scheduler.now } }

0 commit comments

Comments
 (0)