Skip to content

Commit 9b47b2b

Browse files
committed
format as required
1 parent 06acbd3 commit 9b47b2b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/libcmd/command.cc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -239,10 +239,10 @@ MixProfile::MixProfile()
239239
{
240240
addFlag({
241241
.longName = "profile",
242-
.description = "The profile to operate on.",
243-
.labels = {"path"},
244-
.handler = {&profile},
245-
.completer = completePath,
242+
.description = "The profile to operate on.",
243+
.labels = {"path"},
244+
.handler = {&profile},
245+
.completer = completePath,
246246
});
247247
}
248248

0 commit comments

Comments
 (0)