diff options
author | Bjørn Erik Pedersen <[email protected]> | 2016-03-22 19:43:03 +0100 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2016-03-22 19:43:03 +0100 |
commit | b9127ecca6a4ffea7932ada9d153357cdfa8870c (patch) | |
tree | 1c96a7559321fa2bd5d55ba560ff3bf5489beba6 /helpers/path_test.go | |
parent | e8cf8b40dfd93f84fbbd63b57295e2e39e828d19 (diff) | |
download | hugo-b9127ecca6a4ffea7932ada9d153357cdfa8870c.tar.gz hugo-b9127ecca6a4ffea7932ada9d153357cdfa8870c.zip |
helpers: Apply gofmt
Diffstat (limited to 'helpers/path_test.go')
-rw-r--r-- | helpers/path_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |