From 7831c094fc3b9cac4ba3ca50485c9a6cfa13b936 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Fri, 16 Nov 2018 08:00:02 -0500 Subject: [PATCH] jshint-compliance --- docs/tests/hostname-pool.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/tests/hostname-pool.js b/docs/tests/hostname-pool.js index 19112607f..57c959e5d 100644 --- a/docs/tests/hostname-pool.js +++ b/docs/tests/hostname-pool.js @@ -1,3 +1,7 @@ +/* exported hostnamePool */ + +'use strict'; + // Following hostnames were extracted from', // "hpHosts - Ad and Tracking servers only",', // except for the first few I added to test', @@ -45755,4 +45759,4 @@ const hostnamePool = [ 'zzptzdhugavot.review', 'zzz.clickbank.net', '_thums.ero-advertising.com', -] \ No newline at end of file +]; \ No newline at end of file