'Generic Commit'
All checks were successful
Build-Test-Publish / build (push) Successful in 1m43s

This commit is contained in:
Your Name 2025-06-17 20:13:45 +12:00
parent ff7d84bb3b
commit 4a4663eda3

View File

@ -45,9 +45,7 @@ namespace dropshelltool
{ {
std::string trimmed = removeWhitespace(line); std::string trimmed = removeWhitespace(line);
if (trimmed == blockStart) if (trimmed == blockStart)
{
return true; return true;
}
} }
return false; return false;
} }