Fix format (#5198)

This commit is contained in:
Oscar Hinton 2023-04-11 17:24:42 +02:00 committed by GitHub
parent 1f026da924
commit 7ac893ad7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -6,10 +6,11 @@ import * as util from "util";
import { ipcMain } from "electron";
import * as ipc from "node-ipc";
import { getIpcSocketRoot } from "../proxy/ipc";
import { LogService } from "@bitwarden/common/abstractions/log.service";
import { getIpcSocketRoot } from "../proxy/ipc";
import { WindowMain } from "./window.main";
export class NativeMessagingMain {