Skip to content

Commit 41317cb

Browse files
committed
fix
1 parent cb5bfd3 commit 41317cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rewatch/src/build/compile/dependency_cycle.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ pub fn format(cycle: &[String], build_state: &BuildCommandState) -> String {
171171
.unwrap_or(&abs_path)
172172
.to_string_lossy()
173173
.replace('\\', "/");
174-
format!("{} ({})", display_name, rel_path)
174+
format!("{display_name} ({rel_path})")
175175
} else {
176176
display_name
177177
}

0 commit comments

Comments
 (0)