Skip to content

Commit

Permalink
Update manager.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
jinuthomas authored Nov 18, 2024
1 parent 3c78598 commit d4d8f48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ void Manager::registerAssetTagChangeCallback()
sdbusplus::bus::match::rules::propertiesChanged(
constants::systemInvPath, constants::assetTagInf),
[this](sdbusplus::message_t& l_msg) {
processAssetTagChangeCallback(l_msg)
processAssetTagChangeCallback(l_msg);
});
}

Expand Down

0 comments on commit d4d8f48

Please sign in to comment.