From 31419927be4bcef556ceaa0e005613c9251cc24f Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Thu, 25 Apr 2024 02:08:09 +0000 Subject: [PATCH] fix tests --- Math/MathProcessor.js | 1 - 1 file changed, 1 deletion(-) diff --git a/Math/MathProcessor.js b/Math/MathProcessor.js index b9ce189..e2611da 100755 --- a/Math/MathProcessor.js +++ b/Math/MathProcessor.js @@ -126,4 +126,3 @@ export class MathProcessor return output; }; }; -