Skip to content

Commit

Permalink
improve code formatting and update comments for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
Akram authored and Akram committed Sep 9, 2024
1 parent f8f5bc2 commit b399688
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion lib/APPReinforcementLearning/src/ReadyState.h
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ class ReadyState : public IState
/**
* Set the selected mode.
*
* @return It returns 1 if DrivingMode is selected or 2 if TrainingMode is selected, otherwise 0.
* @return It returns the selected Mode.
*/
Mode getSelectedMode();

Expand Down
4 changes: 0 additions & 4 deletions lib/APPReinforcementLearning/src/TrainingState.h
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,3 @@ class TrainingState : public IState

#endif /* TRAINING_STATE_H */
/** @} */

/******************************************************************************
* Local Functions
*****************************************************************************/

0 comments on commit b399688

Please sign in to comment.