From 78b4a1f447660ad1bf6a6bcd523de981816ad1a5 Mon Sep 17 00:00:00 2001 From: Ryan Chernoff Date: Sun, 27 Apr 2025 12:21:41 -0400 Subject: [PATCH] Fixed lint errors in src/core/operations/XOR.mjs --- src/core/operations/XOR.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/operations/XOR.mjs b/src/core/operations/XOR.mjs index 65ed635b..511a7680 100644 --- a/src/core/operations/XOR.mjs +++ b/src/core/operations/XOR.mjs @@ -96,4 +96,4 @@ class XOR extends Operation { } -export default XOR; \ No newline at end of file +export default XOR;