Revert unnecessary style changes
This commit is contained in:
parent
09ef3ccf67
commit
7aea95704e
5 changed files with 6 additions and 8 deletions
|
@ -317,8 +317,8 @@ pub struct Chunk<'a> {
|
|||
|
||||
pub struct Diff {
|
||||
pub(crate) base_version: clock::Global,
|
||||
pub(crate) line_ending: LineEnding,
|
||||
pub(crate) edits: Vec<(Range<usize>, Arc<str>)>,
|
||||
line_ending: LineEnding,
|
||||
edits: Vec<(Range<usize>, Arc<str>)>,
|
||||
}
|
||||
|
||||
#[derive(Clone, Copy)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue