From 95c9706d2dfdfc5145e48424eeea4b04c43bbb2c Mon Sep 17 00:00:00 2001 From: Fabian Reinartz Date: Wed, 2 Mar 2016 09:16:56 +0100 Subject: [PATCH] Fix missing comment period. --- promql/test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/promql/test.go b/promql/test.go index 024725df29..26a9a41698 100644 --- a/promql/test.go +++ b/promql/test.go @@ -425,7 +425,7 @@ func (t *Test) Run() error { return nil } -// exec processes a single step of the test +// exec processes a single step of the test. func (t *Test) exec(tc testCommand) error { switch cmd := tc.(type) { case *clearCmd: