fix: remove trailing space lint after rebase

This commit is contained in:
drbh 2024-10-29 11:49:42 -04:00
parent c1eab6cbb3
commit daf7d979d0

View File

@ -2512,4 +2512,4 @@ impl From<InferError> for Event {
pub enum WebServerError {
#[error("Axum error: {0}")]
Axum(#[from] axum::BoxError),
}
}