Skip to content

Commit 0aa61fb

Browse files
committed
fix: main template formatting
- Remove trailing spaces from the template for the main function
1 parent d3ddbc2 commit 0aa61fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/templates/main.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{{ else -}}
44
#include <stdio.h>
55
{{ end }}
6-
int main (int argc, char *argv[])
6+
int main(int argc, char *argv[])
77
{
88
{{- if eq .Language "cpp" }}
99
std::cout << "Hello World" << std::endl;

0 commit comments

Comments
 (0)