style(simulation): cargo fmt
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -55,8 +55,10 @@ impl ChunkGenWorker {
|
||||
}
|
||||
|
||||
pub fn submit(&self, req: ChunkGenRequest, strategy: DeliveryStrategy) {
|
||||
self.pool
|
||||
.submit(WorkRequest { payload: req, strategy });
|
||||
self.pool.submit(WorkRequest {
|
||||
payload: req,
|
||||
strategy,
|
||||
});
|
||||
}
|
||||
|
||||
pub fn drain(&self) -> Vec<(ChunkGenResult, DeliveryStrategy)> {
|
||||
|
||||
Reference in New Issue
Block a user