Do not show diffs for files with \r\n contents (#11519)

This commit is contained in:
Kirill Bulatov
2024-05-08 00:37:09 +03:00
committed by GitHub
parent 6a64b732b6
commit 3d9f0087ff
6 changed files with 56 additions and 33 deletions
+2 -4
View File
@@ -145,8 +145,7 @@ mod tests {
1.five
1.six
"
.unindent()
.into(),
.unindent(),
),
cx,
);
@@ -182,8 +181,7 @@ mod tests {
2.four
2.six
"
.unindent()
.into(),
.unindent(),
),
cx,
);