Skip to content

Commit

Permalink
Refactor CheckOutTask class by making private methods as private.
Browse files Browse the repository at this point in the history
  • Loading branch information
23Emaaaa committed Dec 5, 2023
1 parent a46a96d commit fdac672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smart_bridge/src/tasks/CheckOutTask.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ class CheckOutTask : public DependantTaskWithState
*/
void tick() override;

private:
/**
* @brief Handles the turning on of the L3 LED.
*
Expand All @@ -46,7 +47,6 @@ class CheckOutTask : public DependantTaskWithState
*/
void handleOpensGate();

private:
/**
* @brief Enum for the possible states of the task.
*
Expand Down

0 comments on commit fdac672

Please sign in to comment.