Skip to content

Commit

Permalink
fix cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
baoyachi committed May 10, 2024
1 parent 3f1f32c commit 64faee5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -287,8 +287,7 @@ impl Calc<(CondUnit, u64)> for Vec<(&str, CondUnit, TimeUnit)> {
} else if &init_cond != cond {
return Err(DError::ParseError(format!(
"not support '{}' with '{}' calculate",
init_cond,
cond
init_cond, cond
)));
}
match init_cond {
Expand Down

0 comments on commit 64faee5

Please sign in to comment.