From 51e4081e204d0de5949dc7400f0c191dd89e8709 Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Mon, 7 Apr 2025 17:24:41 -0400 Subject: [PATCH] format as required (cherry picked from commit 9b47b2b21703a4c7cadf95f05bfc32b5146d8327) --- src/libcmd/command.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/libcmd/command.cc b/src/libcmd/command.cc index 7c67acf36..8701f6742 100644 --- a/src/libcmd/command.cc +++ b/src/libcmd/command.cc @@ -235,10 +235,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, }); }