git.delta.rocks / jrsonnet / refs/commits / 67899df9d42c

difftreelog

style fix whitespace

Yaroslav Bolyukin2021-01-28parent: #ae63b40.patch.diff
in: master

1 file changed

modifiedcrates/jrsonnet-evaluator/src/error.rsdiffbeforeafterboth
126 126
127 #[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}
131131
132#[cfg(feature = "anyhow-error")]132#[cfg(feature = "anyhow-error")]