Browse Source

Fix format (#5198)

pull/5209/head
Oscar Hinton 3 years ago committed by GitHub
parent
commit
7ac893ad7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      apps/desktop/src/main/native-messaging.main.ts

3
apps/desktop/src/main/native-messaging.main.ts

@ -6,10 +6,11 @@ import * as util from "util"; @@ -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 {

Loading…
Cancel
Save