style: run rustfmt on all files

This commit is contained in:
Anand Balakrishnan 2023-03-25 20:43:08 -07:00
parent 22c099a058
commit 00b03a509f
No known key found for this signature in database
5 changed files with 12 additions and 17 deletions

View file

@ -1,4 +1,3 @@
pub use crate::expr::{Expr, ExprBuilder, ExprRef};
pub use crate::signals::{AnySignal, ConstantSignal, Signal};
pub use crate::{ArgusError, ArgusResult};