From 4a4663eda3b736abeaf56778a836bf3c87cf3335 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 17 Jun 2025 20:13:45 +1200 Subject: [PATCH] 'Generic Commit' --- getpkg/src/BashrcEditor.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/getpkg/src/BashrcEditor.cpp b/getpkg/src/BashrcEditor.cpp index 22edd2c..7c45a34 100644 --- a/getpkg/src/BashrcEditor.cpp +++ b/getpkg/src/BashrcEditor.cpp @@ -45,9 +45,7 @@ namespace dropshelltool { std::string trimmed = removeWhitespace(line); if (trimmed == blockStart) - { return true; - } } return false; }