1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-11 13:06:01 +01:00

Add trailing commas on addFlag incantations

(cherry picked from commit 06acbd37bd)
This commit is contained in:
Graham Christensen 2025-04-07 17:18:15 -04:00 committed by Mergify
parent 1a4332fd3a
commit 16a2cddfb9
19 changed files with 64 additions and 62 deletions

View file

@ -231,7 +231,7 @@ LegacyArgs::LegacyArgs(const std::string & programName,
.handler = {[=](std::string s) {
auto n = string2IntWithUnitPrefix<uint64_t>(s);
settings.set(dest, std::to_string(n));
}}
}},
});
};