From 5d54bba846513cc6fdd53f3d0d86485d237ed543 Mon Sep 17 00:00:00 2001 From: Paul Miller Date: Sat, 8 Apr 2023 19:23:42 +0000 Subject: [PATCH] lint --- test/bls12-381.test.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/bls12-381.test.js b/test/bls12-381.test.js index 9ac62a7..8e699c4 100644 --- a/test/bls12-381.test.js +++ b/test/bls12-381.test.js @@ -1009,7 +1009,7 @@ describe('hash-to-curve (against Killic)', () => { }); deepStrictEqual(p.toHex(false), t.expected); }); - } + } }); const VECTORS_ENCODE_G1 = [ { @@ -1048,7 +1048,7 @@ describe('hash-to-curve (against Killic)', () => { }); deepStrictEqual(p.toHex(false), t.expected); }); - } + } }); // Point G2 const VECTORS_G2 = [