Skip to content

Commit

Permalink
fix: more efficient ⚡
Browse files Browse the repository at this point in the history
  • Loading branch information
Joker2770 committed Dec 14, 2024
1 parent 0d4d7e8 commit f5d1f41
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/bayes_elo_tool/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ fn main() -> Result<(), Box<dyn Error>>{
} else {

}
} else if 0 == v_str_3.len() {
println!("Go on!");
} else {
panic!("Parameters error!!!");
}
Expand Down

0 comments on commit f5d1f41

Please sign in to comment.