format as required

This commit is contained in:
Graham Christensen 2025-04-07 17:24:41 -04:00
parent 06acbd37bd
commit 9b47b2b217

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,
});
}