diff --git a/test/integration/templates/no-deps/main.c b/test/integration/templates/no-deps/main.c index d7f6d64..1880718 100644 --- a/test/integration/templates/no-deps/main.c +++ b/test/integration/templates/no-deps/main.c @@ -1,6 +1,6 @@ #include int main() { - puts("Hello"); - return 0; + puts("Hello"); + return 0; }