Skip to content

Commit 1e1a750

Browse files
committed
fix linting errors
1 parent 37369a1 commit 1e1a750

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

src/Rokt-Kit.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@
1313
// See the License for the specific language governing permissions and
1414
// limitations under the License.
1515

16-
17-
18-
1916
var name = 'Rokt';
2017
var moduleId = 181;
2118

@@ -78,7 +75,7 @@ var constructor = function () {
7875

7976
if (testMode) {
8077
self.testHelpers = {
81-
generateLauncherScript: generateLauncherScript
78+
generateLauncherScript: generateLauncherScript,
8279
};
8380
attachLauncher(accountId, launcherOptions);
8481
return;

0 commit comments

Comments
 (0)