From eaef5f41df98bebe533065dcbd4cd244b21aa7e1 Mon Sep 17 00:00:00 2001 From: Filip Krawczyk Date: Fri, 22 Dec 2023 18:32:23 +0100 Subject: [PATCH] Run fmt --- src/common/tests.cairo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/tests.cairo b/src/common/tests.cairo index e48afbcad..c851fcf18 100644 --- a/src/common/tests.cairo +++ b/src/common/tests.cairo @@ -3,4 +3,4 @@ mod test_flip_endianness; mod test_from_span; mod test_horner_eval; mod test_array_append; -mod test_math; \ No newline at end of file +mod test_math;