Skip to content

Commit 027a4cf

Browse files
committed
smol doc fix
1 parent 92fe260 commit 027a4cf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

utils/src/payloads/tasks.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,8 @@ pub enum TaskError {
7878
/// Can be a provider name, or RPC etc.
7979
provider: String,
8080
},
81-
/// A network-related error from the client.
82-
#[error("HTTP error: {0}")]
8381
/// This is a generic HTTP error, not necessarily related to the provider.
82+
#[error("HTTP error: {0}")]
8483
HttpError(String),
8584
/// Any other executor error that is not a provider error.
8685
#[error("Executor error: {0}")]

0 commit comments

Comments
 (0)