mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Rebase fix
This commit is contained in:
parent
02c1bddfe1
commit
e4e16ccbd3
@ -133,8 +133,8 @@ func ResourceChange(
|
|||||||
changeV.Change.After = changeV.Change.After.MarkWithPaths(change.AfterValMarks)
|
changeV.Change.After = changeV.Change.After.MarkWithPaths(change.AfterValMarks)
|
||||||
}
|
}
|
||||||
|
|
||||||
bodyWritten := p.writeBlockBodyDiff(schema, changeV.Before, changeV.After, 6, path)
|
result := p.writeBlockBodyDiff(schema, changeV.Before, changeV.After, 6, path)
|
||||||
if bodyWritten {
|
if result.bodyWritten {
|
||||||
buf.WriteString("\n")
|
buf.WriteString("\n")
|
||||||
buf.WriteString(strings.Repeat(" ", 4))
|
buf.WriteString(strings.Repeat(" ", 4))
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user