From 74d617c0b6b6ce462290543d00d0461592d3ecd9 Mon Sep 17 00:00:00 2001 From: Jojodicus Date: Sat, 7 May 2022 00:28:03 +0200 Subject: [PATCH] remove trailing spaces --- README.md | 2 +- install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ca52144..1e09abe 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ It currently contains: 2. **Perfect EQ** This preset only enables [Ziyad Nazem's __"Perfect EQ"__](https://www.ziyadnazem.com/post/956431457/the-perfect-eq-settings-unmasking-the-eq) - + 3. **Boosted** This preset is based on [Ziyad Nazem's __"Boosted"__](https://www.ziyadnazem.com/post/956431457/the-perfect-eq-settings-unmasking-the-eq) equalizer settings, which especially enhance lower frequencies diff --git a/install.sh b/install.sh index 647eb89..2175503 100755 --- a/install.sh +++ b/install.sh @@ -10,7 +10,7 @@ check_installation() { PRESETS_DIRECTORY="$HOME/.config/easyeffects" else echo "Error! Couldn't find EasyEffects presets directory!" - exit 1 + exit 1 fi mkdir -p $PRESETS_DIRECTORY }