Skip to content

Commit

Permalink
resolving conflicts after rebasing main into migue/fetch-mark-index
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelangel-dev committed Jun 11, 2024
1 parent 5f47e26 commit 1834d62
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions rust/src/mark.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use automerge as am;

use crate::ScalarValue;
use crate::{ScalarValue, Value};

pub enum ExpandMark {
Before,
Expand Down Expand Up @@ -51,9 +51,7 @@ impl KeyValue {
start: index,
end: index,
name: key.to_string(),
value: Value::Scalar {
value: value.into(),
},
value: value.into(),
};
result.push(mark);
}
Expand Down

0 comments on commit 1834d62

Please sign in to comment.