Skip to content

Commit 28490ce

Browse files
clippy fmt
1 parent e97f00d commit 28490ce

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

crates/djls-project/src/python.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,9 @@ mod tests {
276276

277277
mod env_discovery {
278278
use system::mock::MockGuard;
279-
use system::mock::{self as sys_mock};
279+
use system::mock::{
280+
self as sys_mock,
281+
};
280282
use which::Error as WhichError;
281283

282284
use super::*;

0 commit comments

Comments
 (0)