From 4c100acb272d7b52f610e23fafec43c057d061cc Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Mon, 26 Aug 2024 10:14:03 +0200 Subject: [PATCH] fix: remove extraneous newlines in hardware-configuration.nix Removed unnecessary blank lines to improve readability and maintain consistency with the formatting guidelines. This change does not impact functionality but cleans up the code. --- systems/x86_64-linux/mx/hardware-configuration.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/systems/x86_64-linux/mx/hardware-configuration.nix b/systems/x86_64-linux/mx/hardware-configuration.nix index beac65e..756683b 100644 --- a/systems/x86_64-linux/mx/hardware-configuration.nix +++ b/systems/x86_64-linux/mx/hardware-configuration.nix @@ -39,7 +39,4 @@ }; swapDevices = [{ device = "/swapfile"; }]; - - - }