From 8becfe92f8768638faa708a96c5faf7a25ac2f88 Mon Sep 17 00:00:00 2001 From: Christopher Wedgwood Date: Mon, 30 Nov 2009 12:03:10 -0800 Subject: Add trivial whitespace to CorruptInputError strings. R=r, rsc http://codereview.appspot.com/161058 Committer: Russ Cox --- src/pkg/encoding/git85/git.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pkg/encoding/git85/git.go') diff --git a/src/pkg/encoding/git85/git.go b/src/pkg/encoding/git85/git.go index 71130a883..1e5299792 100644 --- a/src/pkg/encoding/git85/git.go +++ b/src/pkg/encoding/git85/git.go @@ -16,7 +16,7 @@ import ( type CorruptInputError int64 func (e CorruptInputError) String() string { - return "illegal git85 data at input byte" + strconv.Itoa64(int64(e)) + return "illegal git85 data at input byte " + strconv.Itoa64(int64(e)) } const encode = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz!#$%&()*+-;<=>?@^_`{|}~" -- cgit v1.2.3