🎨 Clean up after recent PRs

This commit is contained in:
Scott Lahteine
2024-04-22 18:58:53 -05:00
parent 31683ce35b
commit a955e06259
7 changed files with 10 additions and 10 deletions

View File

@@ -557,7 +557,7 @@ MARLIN_TEST(macros_options, OPTITEM) {
MARLIN_TEST(macros_options, OPTARG) {
int enabledArgs[] = {0 OPTARG(OPTION_ENABLED, 1, 2)};
int disabledArgs[] = {0 OPTARG(OPTION_DISABLED, 1, 2)};
int sumEnabledArgs = 0;
for (const auto& arg : enabledArgs) {
sumEnabledArgs += arg;