From 6d4b641227a7bf758ca12512099127cd878b81e8 Mon Sep 17 00:00:00 2001 From: Niall Date: Thu, 22 Aug 2024 18:35:57 +0000 Subject: [PATCH] Formatting patch: Linter test fixes --- src/core/operations/Wrap.mjs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/core/operations/Wrap.mjs b/src/core/operations/Wrap.mjs index 9ae538d2..c6e57f88 100644 --- a/src/core/operations/Wrap.mjs +++ b/src/core/operations/Wrap.mjs @@ -10,6 +10,10 @@ import Operation from "../Operation.mjs"; * Wrap operation */ class Wrap extends Operation { + + /** + * Wrap constructor + */ constructor() { super();