Skip to content

Commit ef234d9

Browse files
committed
test(ci): test format-code action
1 parent f532fad commit ef234d9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

libs/utilities.c

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

11-
11+
12+
13+
1214

1315
return length;
1416
}

0 commit comments

Comments
 (0)