From 0d9e47fed2c2f39b47bdfed90a0bdab98b237885 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 17 Feb 2020 12:23:58 -0500 Subject: gofmt --- rrdformat/rrdbinary/errors.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rrdformat/rrdbinary/errors.go b/rrdformat/rrdbinary/errors.go index 1e61af0..73741df 100644 --- a/rrdformat/rrdbinary/errors.go +++ b/rrdformat/rrdbinary/errors.go @@ -92,7 +92,7 @@ func typeErrorf(format string, a ...interface{}) error { type ArchError string func (e ArchError) Error() string { - return "invalid rrdbinary.Architecture: "+string(e) + return "invalid rrdbinary.Architecture: " + string(e) } func archErrorf(format string, a ...interface{}) error { -- cgit v1.2.3