1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

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

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 {