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

format as required

(cherry picked from commit 9b47b2b217)
This commit is contained in:
Graham Christensen 2025-04-07 17:24:41 -04:00 committed by Mergify
parent 29d37eb2db
commit 025c935ba2

View file

@ -239,10 +239,10 @@ MixProfile::MixProfile()
{
addFlag({
.longName = "profile",
.description = "The profile to operate on.",
.labels = {"path"},
.handler = {&profile},
.completer = completePath,
.description = "The profile to operate on.",
.labels = {"path"},
.handler = {&profile},
.completer = completePath,
});
}