Skip to content

Commit 2edc382

Browse files
committed
Address review comments
1 parent 70d6dde commit 2edc382

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: pkg/localplan/watcher.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ func parsePositionData(positionData []byte) (NodePlanPosition, error) {
237237
}
238238

239239
// Returns true if the plan needs to be applied, false if not
240-
// needsApplication, probeStatus, error.
240+
// needsApplication, probeStatus.
241241
func (w *watcher) needsApplication(planPosition NodePlanPosition, cp applyinator.CalculatedPlan) (bool, map[string]prober.ProbeStatus) {
242242
computedChecksum := cp.Checksum
243243
if planPosition.AppliedChecksum == computedChecksum {

0 commit comments

Comments
 (0)