Cleanup after linter

This commit is contained in:
Ameer 2020-06-21 13:02:43 -04:00
parent c506cb494f
commit 243dbee81e
9 changed files with 95 additions and 164 deletions

View file

@ -14,8 +14,7 @@ public:
float modifier_scale_)
: up(std::move(up_)), down(std::move(down_)), left(std::move(left_)),
right(std::move(right_)), modifier(std::move(modifier_)),
modifier_scale(modifier_scale_) {
}
modifier_scale(modifier_scale_) {}
std::tuple<float, float> GetStatus() const override {
constexpr float SQRT_HALF = 0.707106781f;