Skip to content

Commit b409c31

Browse files
committed
test(ci): test format-code action
1 parent 8e2b5df commit b409c31

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libs/utilities.c

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ int getStrLength(char* str) {
33
int length = 0;
44

55
while (*str != '\0')
6-
76
{
87
length++;
98
str++;

0 commit comments

Comments
 (0)