*Reformat

This commit is contained in:
Derrick Hammer 2023-02-17 19:29:13 -05:00
parent aefa2712db
commit 79c2b167ae
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,7 @@ import sodium from "sodium-universal";
import b4a from "b4a"; import b4a from "b4a";
// @ts-ignore // @ts-ignore
import c from "compact-encoding"; import c from "compact-encoding";
const PROTOCOL = "lumeweb.proxy.handshake"; const PROTOCOL = "lumeweb.proxy.handshake";
import { import {
@ -20,6 +21,7 @@ import {
export default class HandshakeProxy extends Proxy { export default class HandshakeProxy extends Proxy {
private _join: boolean; private _join: boolean;
constructor({ constructor({
swarm, swarm,
listen = false, listen = false,