Skip to content

Commit

Permalink
🙂 formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
rnro committed Oct 15, 2024
1 parent 8e8bf85 commit 2ae78e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/NIOFileSystem/FileChunks.swift
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ private final class FileChunkProducer: NIOAsyncSequenceProducerDelegate, Sendabl
}

let performedReadAction = self.state.withLockedValue { state in
return state.performedProduceMore()
state.performedProduceMore()
}

switch performedReadAction {
Expand Down

0 comments on commit 2ae78e6

Please sign in to comment.