Skip to content

Commit ddff947

Browse files
committed
Windows line endings -.-
1 parent 3084692 commit ddff947

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lcs.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ fn test_table() {
172172

173173
let table = Table::new(&x, &y);
174174
assert_eq!(
175-
format!("{}", table),
175+
format!("{}", table).replace('\r', ""),
176176
r#"
177177
┌───┬───┬───┬───┬───┬───┬───┐
178178
│ │ Ø │ A │ G │ C │ A │ T │

0 commit comments

Comments
 (0)