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 11, 2025
1 parent e382472 commit 06f791d
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 @@ -848,7 +848,7 @@ bool interactor_impl::triggerCommand(std::string_view command)
return true;
}

std::string action = tokens[0];
const std::string& action = tokens[0];

try
{
Expand Down

0 comments on commit 06f791d

Please sign in to comment.