From b9127ecca6a4ffea7932ada9d153357cdfa8870c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Tue, 22 Mar 2016 19:43:03 +0100 Subject: [PATCH] helpers: Apply gofmt --- helpers/path_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/path_test.go b/helpers/path_test.go index ddb1b99c6..1806cc2e0 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 }