feat: use actual delimination
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
Kasper Juul Hermansen 2024-08-02 09:29:29 +02:00
parent 85b6079b60
commit 69c8b7409b
Signed by: kjuulh
GPG Key ID: D85D7535F18F35FA

View File

@ -7,7 +7,7 @@ use tokio_util::sync::CancellationToken;
#[derive(Debug, thiserror::Error)]
pub enum DriftError {
#[error("job failed with inner error")]
#[error("job failed with inner error: {0}")]
JobError(#[source] anyhow::Error),
}