engine: graph: Move misplaced comment
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user