difftreelog
style fix whitespace
in: master
1 file changed
crates/jrsonnet-evaluator/src/error.rsdiffbeforeafterboth126 126127 #[cfg(feature = "anyhow-error")]127 #[cfg(feature = "anyhow-error")]128 #[error(transparent)]128 #[error(transparent)]129 Other(Rc<anyhow::Error>)129 Other(Rc<anyhow::Error>),130}130}131131132#[cfg(feature = "anyhow-error")]132#[cfg(feature = "anyhow-error")]