Skip to content

Commit 680543f

Browse files
committed
fix fmt error
1 parent 1c16c7f commit 680543f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/bin/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ mod tests {
3030
#[cfg(windows)]
3131
#[test]
3232
fn test_clean_path_for_display_windows() {
33-
let input = r"\\?\C:\Users\test";
33+
let input = r"\\?\C:\Users\test";
3434
let cleaned = clean_path_for_display(input);
3535
assert_eq!(cleaned, "C:\\Users\\test");
3636
}

0 commit comments

Comments
 (0)