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 = { }; }; }