Revert unnecessary style changes

This commit is contained in:
Kirill Bulatov 2023-10-12 16:15:42 +03:00
parent 09ef3ccf67
commit 7aea95704e
5 changed files with 6 additions and 8 deletions

View file

@ -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)]