Skip to content

Commit b966cc5

Browse files
committed
cargo fmt
Signed-off-by: Luke-zhang-04 <[email protected]>
1 parent f5ea1f7 commit b966cc5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Diff for: src/onefetch/deps.rs

+1-4
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,7 @@ pub struct Detector {
3636

3737
// Package parsers go here. Parsers should take stirng contents and output a i32
3838
mod package_parsers {
39-
use {
40-
regex::Regex,
41-
toml::Value,
42-
};
39+
use {regex::Regex, toml::Value};
4340

4441
pub fn cargo(contents: &str) -> Option<i32> {
4542
let parsed = contents.parse::<Value>().unwrap();

0 commit comments

Comments
 (0)