Skip to content

Commit 9a513bc

Browse files
committed
Fix fmt
1 parent b2e0d63 commit 9a513bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/model.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1+
use std::collections::HashMap;
12
use std::path::PathBuf;
23
use std::time::Duration;
3-
use std::collections::HashMap;
44

55
use clap::Parser;
66
use serde::Deserialize;

0 commit comments

Comments
 (0)