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

@ -3,9 +3,9 @@
//! In this crate, we are predominantly concerned with the monitoring of _offline system
//! traces_, i.e., a collection of signals that have been extracted from observing and
//! sampling from some system.
use argus_core::expr::BoolExpr;
use argus_core::expr::{BoolExpr, ExprRef};
use argus_core::signals::AnySignal;
use argus_core::ArgusResult;
use argus_core::{expr::ExprRef, signals::AnySignal};
pub mod eval;
pub mod semantics;