Strip a single leading tab when rendering dataflow diffs
This commit is contained in:
parent
9b4154193e
commit
c910e038e8
1 changed files with 1 additions and 1 deletions
|
@ -578,7 +578,7 @@ where
|
||||||
return String::new();
|
return String::new();
|
||||||
}
|
}
|
||||||
|
|
||||||
let re = Regex::new("\u{001f}([+-])").unwrap();
|
let re = Regex::new("\t?\u{001f}([+-])").unwrap();
|
||||||
|
|
||||||
let raw_diff = format!("{:#?}", DebugDiffWithAdapter { new, old, ctxt });
|
let raw_diff = format!("{:#?}", DebugDiffWithAdapter { new, old, ctxt });
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue