aboutsummaryrefslogtreecommitdiffstats
path: root/executor
diff options
context:
space:
mode:
Diffstat (limited to 'executor')
-rw-r--r--executor/style_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/executor/style_test.go b/executor/style_test.go
index 501b58fea..e41674d1c 100644
--- a/executor/style_test.go
+++ b/executor/style_test.go
@@ -190,7 +190,7 @@ if (foo) {
}
line := bytes.Count(data[:start], []byte{'\n'}) + 1
- t.Errorf("\nexecutor/%v:%v: %v\n%s\n", file, line, check.message, data[start:end])
+ t.Errorf("\nexecutor/%v:%v: %v\n%s", file, line, check.message, data[start:end])
}
}
}