Skip to content

Commit 179bbd6

Browse files
committed
chore: Cargo fmt.
1 parent 0a0b59e commit 179bbd6

File tree

1 file changed

+5
-1
lines changed
  • crates/download-manager/src

1 file changed

+5
-1
lines changed

crates/download-manager/src/lib.rs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,11 @@ pub struct DownloadManager {
2929
}
3030

3131
impl DownloadManager {
32-
pub fn new(cache_dir: PathBuf, database: &'static YTLocalDatabase, parallel_downloads: u16) -> Self {
32+
pub fn new(
33+
cache_dir: PathBuf,
34+
database: &'static YTLocalDatabase,
35+
parallel_downloads: u16,
36+
) -> Self {
3337
Self {
3438
database,
3539
cache_dir,

0 commit comments

Comments
 (0)