Skip to content

Commit

Permalink
Lint fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyanziano committed Jan 30, 2020
1 parent a3feeba commit e60786f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/app/main/src/ngrok.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
//

import { join } from 'path';

import {
Expand All @@ -39,9 +40,9 @@ import {
StatusCheckOnTunnel,
TunnelStatus,
} from '@bfemulator/app-shared';
import { createStore, combineReducers } from 'redux';

import './fetchProxy';
import { createStore, combineReducers } from 'redux';

import { intervals, NgrokInstance } from './ngrok';
import { intervalForEachPing } from './state/sagas/ngrokSagas';
Expand Down

0 comments on commit e60786f

Please sign in to comment.