From 1483d3f1cae3fe0983f5f0a1fee1cfeb07faf258 Mon Sep 17 00:00:00 2001
From: teutat3s <teutates@mailbox.org>
Date: Mon, 17 Feb 2025 21:59:42 +0100
Subject: [PATCH] style: fix trailing whitespace

---
 docs/nixos-anywhere.md | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/docs/nixos-anywhere.md b/docs/nixos-anywhere.md
index b7f67e4..d7becc1 100644
--- a/docs/nixos-anywhere.md
+++ b/docs/nixos-anywhere.md
@@ -2,7 +2,7 @@
 
 ## On Target: Enter NixOS from non-NixOS host
 
-In case you cannot boot easily into a nixos-installer image you can download the kexec installer image of NixOS and kexec into it: 
+In case you cannot boot easily into a nixos-installer image you can download the kexec installer image of NixOS and kexec into it:
 
 ```
 curl -L https://github.com/nix-community/nixos-images/releases/download/nixos-unstable/nixos-kexec-installer-noninteractive-x86_64-linux.tar.gz | tar -xzf- -C /root
@@ -27,4 +27,3 @@ ssh-keygen -t ed25519 -f /mnt/etc/secrets/initrd/ssh_host_ed25519_key
 ```
 nix run github:nix-community/nixos-anywhere -- --flake .#<hostname> --target-host root@<host> --phases install,reboot
 ```
-