Remove whitespace

This commit is contained in:
Matija Petrunic 2020-04-10 13:45:19 +02:00
parent c4212027d0
commit ba4931d7c6

View File

@ -47,7 +47,7 @@ export async function createHandshakePayload(
}); });
return Buffer.from(NoiseHandshakePayloadProto.encode(payloadInit).finish()); return Buffer.from(NoiseHandshakePayloadProto.encode(payloadInit).finish());
} }
export async function signPayload(peerId: PeerId, payload: bytes): Promise<bytes> { export async function signPayload(peerId: PeerId, payload: bytes): Promise<bytes> {