Skip to content

Commit

Permalink
Committing clang-format changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jbbjarnason committed Oct 10, 2023
1 parent 18f47cd commit 223c03b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions libs/ipc/inc/public/tfc/ipc/details/dbus_slot.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,9 @@ class dbus_slot {
}
return value_t{};
});
interface_->register_property_r<std::string>(std::string{ dbus::tags::type }, sdbusplus::vtable::property_::emits_change,
[]([[maybe_unused]] std::string& old_value) {
return tfc::json::write_json_schema<value_t>();
});
interface_->register_property_r<std::string>(
std::string{ dbus::tags::type }, sdbusplus::vtable::property_::emits_change,
[]([[maybe_unused]] std::string& old_value) { return tfc::json::write_json_schema<value_t>(); });

interface_->initialize();
}
Expand Down

0 comments on commit 223c03b

Please sign in to comment.