Fix missing comment period.

This commit is contained in:
Fabian Reinartz 2016-03-02 09:16:56 +01:00
parent 9ea2465b99
commit 95c9706d2d

View file

@ -425,7 +425,7 @@ func (t *Test) Run() error {
return nil 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 { func (t *Test) exec(tc testCommand) error {
switch cmd := tc.(type) { switch cmd := tc.(type) {
case *clearCmd: case *clearCmd: