Skip to content

Commit 92f94c7

Browse files
committed
minor formatting change
1 parent 32f317a commit 92f94c7

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

src/js/3p-filters.js

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -222,15 +222,15 @@ var renderFilterLists = function(soft) {
222222
groups = groupsFromLists(details.available),
223223
liGroup, i, groupKey,
224224
groupKeys = [
225-
'default',
226-
'ads',
227-
'privacy',
228-
'malware',
229-
'social',
230-
'multipurpose',
231-
'regions',
232-
'custom'
233-
];
225+
'default',
226+
'ads',
227+
'privacy',
228+
'malware',
229+
'social',
230+
'multipurpose',
231+
'regions',
232+
'custom'
233+
];
234234
for ( i = 0; i < groupKeys.length; i++ ) {
235235
groupKey = groupKeys[i];
236236
liGroup = liFromListGroup(groupKey, groups[groupKey]);

0 commit comments

Comments
 (0)