Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
pablodeymo committed Nov 6, 2024
1 parent 44ff410 commit 510f3ff
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion services/bls_aggregation/blsagg.go
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,10 @@ func (a *BlsAggregatorService) singleTaskAggregatorGoroutineFunc(
"err",
err,
)
text := fmt.Sprintf("AggregatorService failed to get operators state from avs registry at blockNum %d", taskCreatedBlock)
text := fmt.Sprintf(
"AggregatorService failed to get operators state from avs registry at blockNum %d",
taskCreatedBlock,
)
a.aggregatedResponsesC <- BlsAggregationServiceResponse{
Err: TaskInitializationErrorFn(utils.WrapError(text, err), taskIndex),
TaskIndex: taskIndex,
Expand Down

0 comments on commit 510f3ff

Please sign in to comment.