From 0826a238bc6aed3f5e4dcb8c20d795e8b88c8085 Mon Sep 17 00:00:00 2001
From: "pre-commit-ci[bot]"
 <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Date: Sun, 12 Jan 2025 17:50:28 +0000
Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
---
 README.md    | 6 +++---
 compose.yaml | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 8e6a6ec..81530a8 100644
--- a/README.md
+++ b/README.md
@@ -435,9 +435,9 @@ FREERDP_COMMAND=""
 > If you wish to use an alternative WinApps backend (other than `Docker`), uncomment and change `WAFLAVOR="docker"` to `WAFLAVOR="podman"` or `WAFLAVOR="libvirt"`.
 
 > [!NOTE]
-> If you encounter issues with tls certificate getting rejected, delete the existing `.pem` file with 
-> `rm -rf .config/freerdp/server/127.0.0.1_3389.pem` and run 
-> `xfreerdp3 /u:MyWindowsUser /p:MyWindowsPassword /v:127.0.0.1 /cert:tofu` 
+> If you encounter issues with tls certificate getting rejected, delete the existing `.pem` file with
+> `rm -rf .config/freerdp/server/127.0.0.1_3389.pem` and run
+> `xfreerdp3 /u:MyWindowsUser /p:MyWindowsPassword /v:127.0.0.1 /cert:tofu`
 > to set up Trust On First Authentication. Then retry the `setup.sh` script.
 
 #### Configuration Options Explained
diff --git a/compose.yaml b/compose.yaml
index 1fc3721..c4fea0c 100644
--- a/compose.yaml
+++ b/compose.yaml
@@ -38,4 +38,4 @@ services:
     devices:
       - /dev/kvm # Enable KVM.
       #- /dev/sdX:/disk1 # Uncomment to mount a disk directly within the Windows VM (Note: 'disk1' will be mounted as the main drive. THIS DISK WILL BE FORMATTED DURING COMPOSE).
-      #- /dev/sdY:/disk2 # Uncomment to mount a disk directly within the Windows VM (Note: 'disk2' and higher will be mounted as secondary drives THIS DISK WILL NOT BE FORMATTED).
\ No newline at end of file
+      #- /dev/sdY:/disk2 # Uncomment to mount a disk directly within the Windows VM (Note: 'disk2' and higher will be mounted as secondary drives THIS DISK WILL NOT BE FORMATTED).
-- 
GitLab