From 8d23847571c2921558cbcc7593de19e7a2edd944 Mon Sep 17 00:00:00 2001 From: Valentin Gagarin Date: Mon, 4 Mar 2024 19:25:44 +0100 Subject: [PATCH] fix indentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Théophane Hufschmitt <7226587+thufschmitt@users.noreply.github.com> --- tests/functional/local.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/functional/local.mk b/tests/functional/local.mk index e36323a45..8bb8e3600 100644 --- a/tests/functional/local.mk +++ b/tests/functional/local.mk @@ -130,7 +130,7 @@ nix_tests = \ nested-sandboxing.sh \ impure-env.sh \ debugger.sh \ - help.sh + help.sh ifeq ($(HAVE_LIBCPUID), 1) nix_tests += compute-levels.sh