summaryrefslogtreecommitdiffstats
path: root/tpl/tplimpl/shortcodes_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'tpl/tplimpl/shortcodes_test.go')
-rw-r--r--tpl/tplimpl/shortcodes_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/tpl/tplimpl/shortcodes_test.go b/tpl/tplimpl/shortcodes_test.go
index 6909feda7..7439f715a 100644
--- a/tpl/tplimpl/shortcodes_test.go
+++ b/tpl/tplimpl/shortcodes_test.go
@@ -74,8 +74,8 @@ func TestShortcodesTemplate(t *testing.T) {
s := &shortcodeTemplates{
variants: []shortcodeVariant{
- shortcodeVariant{variants: []string{"a", "b", "c"}},
- shortcodeVariant{variants: []string{"a", "b", "d"}},
+ {variants: []string{"a", "b", "c"}},
+ {variants: []string{"a", "b", "d"}},
},
}