From a00f18d78bc67d08c8bfc139513109e144155b1f Mon Sep 17 00:00:00 2001 From: "Matt T. Proud" Date: Tue, 6 Aug 2013 12:23:06 +0200 Subject: [PATCH] Code Review: Manual re-alignment. --- storage/metric/curator.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/storage/metric/curator.go b/storage/metric/curator.go index 5f458f50f..bb00f2dd3 100644 --- a/storage/metric/curator.go +++ b/storage/metric/curator.go @@ -338,8 +338,7 @@ func (w *watermarkScanner) Operate(key, _ interface{}) (oErr *storage.OperatorEr ProcessorMessageRaw: w.processor.Signature(), ProcessorMessageTypeName: w.processor.Name(), IgnoreYoungerThan: w.ignoreYoungerThan, - }, - lastTime) + }, lastTime) if err != nil { // Under the assumption that the processors are idempotent, they can be // re-run; thusly, the commitment of the curation remark is no cause