From 111172e514e38531cbab9cd3ac88b19ce4f05487 Mon Sep 17 00:00:00 2001 From: a-kenji Date: Wed, 18 Jun 2025 10:45:59 +0200 Subject: [PATCH] clanServices/hello-world: Fix eval-test example formatting --- clanServices/hello-world/tests/eval-tests.nix | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/clanServices/hello-world/tests/eval-tests.nix b/clanServices/hello-world/tests/eval-tests.nix index cfcc82217..72b244354 100644 --- a/clanServices/hello-world/tests/eval-tests.nix +++ b/clanServices/hello-world/tests/eval-tests.nix @@ -44,10 +44,7 @@ in test_simple = { inherit testFlake; - expr = { - }; - expected = { - - }; + expr = { }; + expected = { }; }; }