mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-06-11 13:01:08 +00:00
Fix comment typo
This commit is contained in:
@@ -38,7 +38,7 @@ impl AggregatorSet {
|
||||
&self,
|
||||
) -> impl Sink<inner_loop::FromShardWebsocket, Error = anyhow::Error> + Send + Sync + Unpin + 'static
|
||||
{
|
||||
// Special case 1 aggregator to avoid the extra indurection and so on
|
||||
// Special case 1 aggregator to avoid the extra indirection and so on
|
||||
// if we don't actually need it.
|
||||
if self.0.aggregators.len() == 1 {
|
||||
let sub = self.0.aggregators[0].subscribe_shard();
|
||||
|
||||
Reference in New Issue
Block a user