From d13ce6ff97c238bdae15c5da8c135642e0792e72 Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Thu, 19 Apr 2018 15:57:37 -0400 Subject: [PATCH] address linting issues --- remix-simulator/index.js | 1 - remix-simulator/src/provider.js | 1 - 2 files changed, 2 deletions(-) diff --git a/remix-simulator/index.js b/remix-simulator/index.js index 0d944a0f57..4b17d07532 100644 --- a/remix-simulator/index.js +++ b/remix-simulator/index.js @@ -3,4 +3,3 @@ var Provider = require('./src/provider') module.exports = { Provider: Provider } - diff --git a/remix-simulator/src/provider.js b/remix-simulator/src/provider.js index 9a0b61e3be..31f3f99fee 100644 --- a/remix-simulator/src/provider.js +++ b/remix-simulator/src/provider.js @@ -73,4 +73,3 @@ Provider.prototype.isConnected = function () { } module.exports = Provider -