🎨 Aplica formato Rust 2024 (rustfmt.toml)
This commit is contained in:
parent
9c58d5e1d6
commit
7553ed35ec
31 changed files with 51 additions and 43 deletions
|
|
@ -13,7 +13,7 @@ use resource_dir::resource_dir;
|
|||
mod sets {
|
||||
include!("src/sets.rs");
|
||||
}
|
||||
use sets::{generate_resources_sets, SplitByCount};
|
||||
use sets::{SplitByCount, generate_resources_sets};
|
||||
|
||||
use std::{env, path::Path};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue