Skip to content

Commit

Permalink
Whitespace nit
Browse files Browse the repository at this point in the history
  • Loading branch information
ptoffy committed Nov 25, 2024
1 parent f15eeee commit 3c86781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Queues/QueueWorker.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ extension Queue {
/// The worker that runs ``Job``s.
public struct QueueWorker: Sendable {
let queue: any Queue

/// Run the queue until there is no more work to be done.
/// This is a thin wrapper for ELF-style callers.
public func run() -> EventLoopFuture<Void> {
Expand Down

0 comments on commit 3c86781

Please sign in to comment.