Auto-fix lint errors

This commit is contained in:
J. Ryan Stinnett
2021-05-27 14:45:06 +01:00
parent 3efed87d38
commit 1455687384
10 changed files with 22 additions and 25 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
const {app} = require("electron");
const { app } = require("electron");
const path = require("path");
const fs = require("fs");