aboutsummaryrefslogtreecommitdiff
path: root/plugin/errors
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/errors')
-rw-r--r--plugin/errors/setup_test.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugin/errors/setup_test.go b/plugin/errors/setup_test.go
index 6af6aea57..5dbc9eca6 100644
--- a/plugin/errors/setup_test.go
+++ b/plugin/errors/setup_test.go
@@ -13,10 +13,10 @@ import (
func TestErrorsParse(t *testing.T) {
tests := []struct {
- inputErrorsRules string
- shouldErr bool
- optCount int
- stacktrace bool
+ inputErrorsRules string
+ shouldErr bool
+ optCount int
+ stacktrace bool
}{
{`errors`, false, 0, false},
{`errors stdout`, false, 0, false},