diff --git a/docs/GoogleAnalytics.js b/docs/GoogleAnalytics.js index 909e50f25e9..a7ea83c1d53 100644 --- a/docs/GoogleAnalytics.js +++ b/docs/GoogleAnalytics.js @@ -24,11 +24,12 @@ class GoogleAnalytics { "select_item", { item_list_id: "countrySelect", - items: [ - { - item_id: country, - } - ] + items: + [ + { + item_id: country, + } + ] }); } }