formatting

This commit is contained in:
Pius Friesch
2021-12-13 17:33:00 +01:00
parent 6be3019cb6
commit 17a7886d12
36 changed files with 125 additions and 71 deletions

View File

@@ -1,4 +1,5 @@
import { Socket } from 'net';
import {Socket} from 'net';
let electronSocket;
export = (socket: Socket, app: Electron.App) => {