From 2e710c75e725fcc4fd599b3989254fd142c38c75 Mon Sep 17 00:00:00 2001 From: rmurugan58 Date: Sun, 27 Apr 2025 12:27:16 -0400 Subject: [PATCH] fixed lint errors in 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;