From d08ccdb2d71a5a91f816607c555311b8810cd2c1 Mon Sep 17 00:00:00 2001 From: frankknoll Date: Wed, 29 Mar 2023 08:50:38 +0200 Subject: [PATCH] formating --- docs/GoogleAnalytics.js | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) 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, + } + ] }); } }