From ce68803cef5f90e1e6f4deac906239221ed2539b Mon Sep 17 00:00:00 2001 From: jakeg00dwin Date: Fri, 26 Jul 2024 18:18:36 -0700 Subject: [PATCH] removed empty whitespace --- tests/zero_cross_detection/test_zero_cross_detection.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/zero_cross_detection/test_zero_cross_detection.cpp b/tests/zero_cross_detection/test_zero_cross_detection.cpp index 2ce3909..5b4846a 100644 --- a/tests/zero_cross_detection/test_zero_cross_detection.cpp +++ b/tests/zero_cross_detection/test_zero_cross_detection.cpp @@ -72,7 +72,6 @@ TEST(test_zero_cross_detection, ZCD_PollWorksAfterCalls) { MockADC_ZeroIndex(); - MockADC_PushValue(512); MockADC_PushValue(450); MockADC_PushValue(50);