Nicely format imports
This commit is contained in:
parent
0e0043d2c1
commit
50f8db4e2e
19 changed files with 153 additions and 162 deletions
src/arcaea
|
@ -1,3 +1,4 @@
|
|||
// {{{ Imports
|
||||
use std::fs;
|
||||
|
||||
use anyhow::Context;
|
||||
|
@ -6,11 +7,10 @@ use num::Integer;
|
|||
use serde::{Deserialize, Serialize};
|
||||
use serde_with::serde_as;
|
||||
|
||||
use crate::{
|
||||
arcaea::chart::{Difficulty, Jacket, SongCache},
|
||||
assets::{get_asset_dir, should_skip_jacket_art},
|
||||
context::Error,
|
||||
};
|
||||
use crate::arcaea::chart::{Difficulty, Jacket, SongCache};
|
||||
use crate::assets::{get_asset_dir, should_skip_jacket_art};
|
||||
use crate::context::Error;
|
||||
// }}}
|
||||
|
||||
/// How many sub-segments to split each side into
|
||||
pub const SPLIT_FACTOR: u32 = 8;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue