From d23788c5b10f0de84a69e1bb5f6b64a9d887d204 Mon Sep 17 00:00:00 2001 From: Borislav Stanimirov Date: Wed, 12 Jan 2022 13:45:29 +0200 Subject: [PATCH] Style --- test/integration/templates/no-deps/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; }