Skip to content

Commit 2544398

Browse files
committed
test(ci): format code action
1 parent d88e3ac commit 2544398

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/main.c

+8-1
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,15 @@ int main() {
2626

2727
fillDashboard(&game, 0);
2828

29+
30+
31+
32+
33+
34+
35+
2936
requestedPattern = getUserInputStr("Which pattern do you want (XXX)? ", 100,
3037
&validatePattern);
3138
printf("\n'%s'", requestedPattern);
3239
return 0;
33-
}
40+
}

0 commit comments

Comments
 (0)