chore: run rustfmt
This commit is contained in:
parent
00a1c32fc1
commit
ad4d85ec3d
6 changed files with 25 additions and 19 deletions
|
|
@ -1,6 +1,7 @@
|
|||
use super::{internal_macros, BoolExpr, NumExpr};
|
||||
use std::ops::{Add, Div, Mul, Neg};
|
||||
|
||||
use super::{internal_macros, BoolExpr, NumExpr};
|
||||
|
||||
impl Neg for NumExpr {
|
||||
type Output = NumExpr;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue