Fix missing comment period.

pull/1447/head
Fabian Reinartz 10 years ago
parent 9ea2465b99
commit 95c9706d2d
  1. 2
      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:

Loading…
Cancel
Save