Skip to content

Commit

Permalink
linting of accepted commits
Browse files Browse the repository at this point in the history
  • Loading branch information
Thibault Poignonec committed Jan 27, 2025
1 parent e7b078e commit 19a1b9b
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,7 @@ class SemanticComponentCommandInterface
* from 0 to size of values;
* \return list of strings with command interface names for the semantic component.
*/
const std::vector<std::string> & get_command_interface_names() const
{
return interface_names_;
}
const std::vector<std::string> & get_command_interface_names() const { return interface_names_; }

/// Return all values.
/**
Expand Down

0 comments on commit 19a1b9b

Please sign in to comment.