fix semicolon
This commit is contained in:
parent
53ed6426c6
commit
e8a086297c
|
@ -16,7 +16,7 @@ macro_rules! ensure_tonicity {
|
|||
Some(x) => $check_fn(prev, x) && f(x, &xs[1..]),
|
||||
None => true,
|
||||
}
|
||||
};
|
||||
}
|
||||
Ok(Expr::Bool(f(first, rest)))
|
||||
}
|
||||
}};
|
||||
|
|
Loading…
Reference in a new issue