From 92f94c7765cd291322e2ceb7e85eec0ff786a85e Mon Sep 17 00:00:00 2001 From: gorhill Date: Thu, 18 May 2017 18:55:03 -0400 Subject: [PATCH] minor formatting change --- src/js/3p-filters.js | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/js/3p-filters.js b/src/js/3p-filters.js index 8e877389d..2cd1fc785 100644 --- a/src/js/3p-filters.js +++ b/src/js/3p-filters.js @@ -222,15 +222,15 @@ var renderFilterLists = function(soft) { groups = groupsFromLists(details.available), liGroup, i, groupKey, groupKeys = [ - 'default', - 'ads', - 'privacy', - 'malware', - 'social', - 'multipurpose', - 'regions', - 'custom' - ]; + 'default', + 'ads', + 'privacy', + 'malware', + 'social', + 'multipurpose', + 'regions', + 'custom' + ]; for ( i = 0; i < groupKeys.length; i++ ) { groupKey = groupKeys[i]; liGroup = liFromListGroup(groupKey, groups[groupKey]);