From 4b4a0db8b12e8da9f86138cc8323eb46982654f7 Mon Sep 17 00:00:00 2001 From: "Hunter T." Date: Fri, 20 Dec 2024 15:07:22 -0800 Subject: [PATCH] Fix whitespace --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 154a45a..a6ff8d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,8 +23,8 @@ Entries under the **Removed** section indicate items removed from the entire doc alias stop-bluetooth="sudo systemctl stop bluetooth.service" alias start-vmware-networking="sudo systemctl start vmware-networks.service" alias stop-vmware-networking="sudo systemctl stop vmware-networks.service" - alias start-firewalld="sudo systemctl start firewalld.service" - alias stop-firewalld="sudo systemctl stop firewalld.service" + alias start-firewalld="sudo systemctl start firewalld.service" + alias stop-firewalld="sudo systemctl stop firewalld.service" ``` ### Removed