engine: graph: Move misplaced comment

This commit is contained in:
James Shubin
2023-09-01 22:13:34 -04:00
parent d3d84524f5
commit 1d10f85c28

View File

@@ -151,8 +151,8 @@ func (obj *Engine) Process(vertex pgraph.Vertex) error {
} else if noop && (refresh && isRefreshableRes) { // had a refresh to do w/ noop! } else if noop && (refresh && isRefreshableRes) { // had a refresh to do w/ noop!
checkOK, err = false, nil // therefore the state is wrong checkOK, err = false, nil // therefore the state is wrong
// run the CheckApply!
} else { } else {
// run the CheckApply!
obj.Logf("%s: CheckApply(%t)", res, !noop) obj.Logf("%s: CheckApply(%t)", res, !noop)
// if this fails, don't UpdateTimestamp() // if this fails, don't UpdateTimestamp()
checkOK, err = res.CheckApply(!noop) checkOK, err = res.CheckApply(!noop)