Skip to content

Commit 0aec08a

Browse files
committed
fix fmt
1 parent d550101 commit 0aec08a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/compiler/gcc.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,10 @@ where
395395
} else if p.is_empty() {
396396
module_output_path = Some(None);
397397
} else {
398-
cannot_cache!("unknown module output format", p.to_string_lossy().into_owned());
398+
cannot_cache!(
399+
"unknown module output format",
400+
p.to_string_lossy().into_owned()
401+
);
399402
}
400403
}
401404
Some(NeedDepTarget) => {

0 commit comments

Comments
 (0)