From b409c31452706bab3fbc31716f2a96889e673e14 Mon Sep 17 00:00:00 2001 From: hozlucas28 Date: Fri, 6 Sep 2024 15:57:28 -0300 Subject: [PATCH] test(ci): test format-code action --- libs/utilities.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/utilities.c b/libs/utilities.c index 5c93fc1..8bd6174 100644 --- a/libs/utilities.c +++ b/libs/utilities.c @@ -3,7 +3,6 @@ int getStrLength(char* str) { int length = 0; while (*str != '\0') - { length++; str++;