From 4100a22c7f7edbcea7cfb8f9ac346f4ff0246585 Mon Sep 17 00:00:00 2001 From: n1073645 Date: Tue, 17 Dec 2019 12:30:32 +0000 Subject: [PATCH] Linting on tests --- tests/operations/tests/Gunzip.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/operations/tests/Gunzip.mjs b/tests/operations/tests/Gunzip.mjs index f6e05c2f..70b67a31 100644 --- a/tests/operations/tests/Gunzip.mjs +++ b/tests/operations/tests/Gunzip.mjs @@ -55,4 +55,4 @@ TestRegister.addTests([ } ] } -]); \ No newline at end of file +]);