Skip to content

Commit e3ecad9

Browse files
committed
test(ci): test format-code action
1 parent b2a5c6a commit e3ecad9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libs/utilities.c

+2
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,7 @@ int getStrLength(char* str) {
88
str++;
99
};
1010

11+
12+
1113
return length;
1214
}

0 commit comments

Comments
 (0)