Code style

This commit is contained in:
Nick Denry 2019-08-14 01:05:09 +03:00
parent 6da1b06585
commit 4d03fac146
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ angApp.factory('ChimeVerseService', (SettingsServise, SystemService) => {
angApp.controller('AppController', function ($scope, ChimeVerseService) {
const { ipcRenderer } = require('electron');
const { ipcRenderer } = require('electron')
$scope.showLoginForm = false