fix formatting
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: I9f797b7cd5c76f2c743344b2beb0bdd5cccd1339
diff --git a/src/groupextcommands.cpp b/src/groupextcommands.cpp
index 54a3fc5..b4e6a7d 100644
--- a/src/groupextcommands.cpp
+++ b/src/groupextcommands.cpp
@@ -46,8 +46,8 @@
auto primaryPostCode = reinterpret_cast<const uint64_t*>(data.data());
auto postCode = postcode_t(bigEndianToHost(*primaryPostCode), data);
auto conn = getSdBus();
- auto hostbootRawObj = std::string(bootRawObjPrefix) +
- std::to_string(*hostId);
+ auto hostbootRawObj =
+ std::string(bootRawObjPrefix) + std::to_string(*hostId);
auto method =
conn->new_method_call(bootRawBusName, hostbootRawObj.data(),
"org.freedesktop.DBus.Properties", "Set");