Update to use get_value from the latest organic code.
This commit is contained in:
parent
e8963e107b
commit
270c42a509
@ -9,7 +9,7 @@ pub(crate) struct ISrcBlock {
|
||||
|
||||
intermediate!(ISrcBlock, SrcBlock, original, _registry, {
|
||||
let lines = original
|
||||
.contents
|
||||
.get_value()
|
||||
.split_inclusive('\n')
|
||||
.map(|s| s.to_owned())
|
||||
.collect();
|
||||
|
Loading…
x
Reference in New Issue
Block a user