Skip to content

Commit

Permalink
dummy commit
Browse files Browse the repository at this point in the history
  • Loading branch information
eaypek-tfh committed Oct 3, 2024
1 parent e094771 commit f3384c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/utils/common.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ pub fn generate_templates(num_templates: usize) -> Vec<Template> {
.template("{spinner:.green} {msg} [{elapsed_precise}] [{wide_bar:.green}] {pos:>7}/{len:7} ({eta})")
.expect("Could not create progress bar"));


// Generate templates
let templates = (0..num_templates)
.into_par_iter()
Expand Down

0 comments on commit f3384c7

Please sign in to comment.