Skip to content

Commit

Permalink
Log formatting.
Browse files Browse the repository at this point in the history
Signed-off-by: Cody Littley <[email protected]>
  • Loading branch information
cody-littley committed Jul 25, 2024
1 parent a9d783c commit b234794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/clients/retrieval_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ func (r *retrievalClient) RetrieveBlobChunks(ctx context.Context,
}
operators, ok := indexedOperatorState.Operators[quorumID]
if !ok {
return nil, fmt.Errorf(" no quorum with ID: %d", quorumID)
return nil, fmt.Errorf("no quorum with ID: %d", quorumID)
}

// Get blob header from any operator
Expand Down

0 comments on commit b234794

Please sign in to comment.