Skip to content

Commit

Permalink
Add [[nodiscard]] attribute to Idle() in Commands.h
Browse files Browse the repository at this point in the history
  • Loading branch information
TapChap committed Aug 21, 2023
1 parent b18b13b commit 1aee8af
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ CommandPtr None();
*
* @return the command
*/
[[nodiscard]]
CommandPtr Idle();

// Action Commands
Expand Down

0 comments on commit 1aee8af

Please sign in to comment.