Skip to content

Commit

Permalink
Minor change to formatting to trigger pros-build action
Browse files Browse the repository at this point in the history
  • Loading branch information
ion098 authored May 23, 2024
1 parent c5a8982 commit acda18e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions include/gamepad/controller.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ class Controller {
float operator[](pros::controller_analog_e_t joystick);

TODO("hide members and expose getters/const refs")

Button L1{}, L2{}, R1{}, R2{},
Up{}, Down{}, Left{}, Right{},
X{}, B{}, Y{}, A{};
Expand All @@ -96,4 +95,4 @@ class Controller {
uint32_t last_print_time = 0;
pros::Controller controller;
}; // namespace Gamepad
}
}

0 comments on commit acda18e

Please sign in to comment.