chore: clippy + format
This commit is contained in:
@ -134,8 +134,7 @@ mod tests {
|
||||
|
||||
#[test]
|
||||
fn parse_quoted_string() {
|
||||
let cmds =
|
||||
parse_line(r#"add-formula Measure "Profit = Revenue - Cost""#).unwrap();
|
||||
let cmds = parse_line(r#"add-formula Measure "Profit = Revenue - Cost""#).unwrap();
|
||||
assert_eq!(cmds.len(), 1);
|
||||
assert_eq!(cmds[0].name(), "add-formula");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user