mirror of
https://github.com/PR0M3TH3AN/Marlin.git
synced 2025-09-14 01:49:12 +00:00
Format codebase with rustfmt
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
// libmarlin/src/scan_tests.rs
|
||||
|
||||
use super::scan::scan_directory;
|
||||
use super::db;
|
||||
use tempfile::tempdir;
|
||||
use super::scan::scan_directory;
|
||||
use std::fs::File;
|
||||
use tempfile::tempdir;
|
||||
|
||||
#[test]
|
||||
fn scan_directory_counts_files() {
|
||||
|
Reference in New Issue
Block a user