summary refs log tree commit diff
path: root/checks.nix
diff options
context:
space:
mode:
Diffstat (limited to 'checks.nix')
-rw-r--r--checks.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/checks.nix b/checks.nix
index 3e1b773..ec97a0c 100644
--- a/checks.nix
+++ b/checks.nix
@@ -236,8 +236,8 @@ let
                  }).${keyPath}
             '';
 
-           expected = builtins.toJSON expected;
-         };
+            expected = builtins.toJSON expected;
+          };
 
 in {
   # Verify that the nix evaluator test harness works.