Skip to content

Commit

Permalink
Lint with standard --fix
Browse files Browse the repository at this point in the history
  • Loading branch information
marc2332 authored and inukshuk committed Sep 29, 2020
1 parent 68fd2cb commit 52439e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions renderer/run.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ require('electron-window').parseArgs()
const { ipcRenderer: ipc } = require('electron')
const opts = window.__args__

if(opts.preload){
require(opts.preload)
if (opts.preload) {
require(opts.preload)
}

if (!opts.interactive) {
Expand Down

0 comments on commit 52439e7

Please sign in to comment.