Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
Co-authored-by: Mathieu Westphal <[email protected]>
  • Loading branch information
void-inject and mwestphal authored Jan 8, 2025
1 parent 8d26c2d commit b8cac02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/src/interactor_impl.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -839,7 +839,7 @@ bool interactor_impl::triggerCommand(std::string_view command)
return true;
}

// **Resolve Alias**
// Resolve Alias
auto aliasIt = aliasMap.find(action);
if (aliasIt != aliasMap.end())
{
Expand Down

0 comments on commit b8cac02

Please sign in to comment.