From 87f77db63d7ebc350cf1a820c9cf6a817e5c72d9 Mon Sep 17 00:00:00 2001 From: ryan Date: Fri, 11 Jul 2025 15:25:34 -0400 Subject: [PATCH] whitespace fixes --- Makefile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index c148c5f..0c70829 100644 --- a/Makefile +++ b/Makefile @@ -13,10 +13,10 @@ out: .PHONY: run run: out/nitro.eif - nitro-cli \ - run-enclave \ - --cpu-count 2 \ - --memory 512M \ - --eif-path out/nitro.eif \ - --debug-mode \ - --attach-console + nitro-cli \ + run-enclave \ + --cpu-count 2 \ + --memory 512M \ + --eif-path out/nitro.eif \ + --debug-mode \ + --attach-console