Skip to content

Commit 8b30e16

Browse files
committed
test(ci): test format-code action
1 parent 6e548e0 commit 8b30e16

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libs/utilities.c

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

55
while (*str != '\0')
6+
67
{
78
length++;
89
str++;

0 commit comments

Comments
 (0)