mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 09:13:33 +00:00
Minor cleanup
This commit is contained in:
@@ -4,8 +4,8 @@ import IPC from './ipc';
|
||||
const args = process.argv.slice(2);
|
||||
|
||||
class Proxy {
|
||||
ipc: IPC;
|
||||
nativeMessage: NativeMessage;
|
||||
private ipc: IPC;
|
||||
private nativeMessage: NativeMessage;
|
||||
|
||||
constructor() {
|
||||
this.ipc = new IPC();
|
||||
|
||||
Reference in New Issue
Block a user