From 848f73c44c0cab2a5a2d53db1806eb6c2441e91f Mon Sep 17 00:00:00 2001 From: weboko Date: Tue, 31 Jan 2023 01:47:01 +0100 Subject: [PATCH] fix lint --- src/pairing.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pairing.spec.ts b/src/pairing.spec.ts index 6606171..149019f 100644 --- a/src/pairing.spec.ts +++ b/src/pairing.spec.ts @@ -1,8 +1,8 @@ import { HMACDRBG } from "@stablelib/hmac-drbg"; import { randomBytes } from "@stablelib/random"; +import { IDecoder, IEncoder, IMessage } from "@waku/interfaces"; import { expect } from "chai"; import { EventEmitter } from "eventemitter3"; -import { IDecoder, IEncoder, IMessage } from "@waku/interfaces"; import { pEvent } from "p-event"; import { equals as uint8ArrayEquals } from "uint8arrays/equals";