Skip to content

Commit 5fbb21f

Browse files
committed
[make] Fmt once again
1 parent 2de00f7 commit 5fbb21f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

make/tests/integration.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -546,11 +546,11 @@ mod recipes {
546546
}
547547

548548
mod special_targets {
549-
use std::{fs, thread, time::Duration};
550-
use std::fs::remove_dir;
551549
use super::*;
552550
use libc::{kill, SIGINT};
553551
use posixutils_make::special_target;
552+
use std::fs::remove_dir;
553+
use std::{fs, thread, time::Duration};
554554

555555
#[test]
556556
fn default() {

0 commit comments

Comments
 (0)