Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ms-jpq committed Sep 8, 2024
1 parent 326a16d commit 321c400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/udiff.rs
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ pub fn udiff(
}
};

ret.push(&format!("{range}\n"));
ret.push(format!("{range}\n"));

for code in group {
if code.tag == "equal" {
Expand Down

0 comments on commit 321c400

Please sign in to comment.