From: Bjørn Erik Pedersen Date: Tue, 22 Mar 2016 18:43:03 +0000 (+0100) Subject: helpers: Apply gofmt X-Git-Tag: v0.16~200 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=b9127ecca6a4ffea7932ada9d153357cdfa8870c;p=brevno-suite%2Fhugo helpers: Apply gofmt --- diff --git a/helpers/path_test.go b/helpers/path_test.go index ddb1b99c..1806cc2e 100644 --- a/helpers/path_test.go +++ b/helpers/path_test.go @@ -47,7 +47,7 @@ func TestMakePath(t *testing.T) { {"Банковский кассир", "Банковскии-кассир", true}, // Issue #1488 {"संस्कृत", "संस्कृत", false}, - {"a%C3%B1ame", "a%C3%B1ame", false}, // Issue #1292 + {"a%C3%B1ame", "a%C3%B1ame", false}, // Issue #1292 {"this+is+a+test", "this+is+a+test", false}, // Issue #1290 }