From cc04c2c1f8a8a05cf284ad69a43b5cd682e37172 Mon Sep 17 00:00:00 2001 From: ZephyrLabs <65145081+ZephyrLabs@users.noreply.github.com> Date: Sun, 20 Dec 2020 11:53:39 +0530 Subject: Update Paddle.cpp blankline removal --- src/displayapp/screens/Paddle.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/displayapp/screens') diff --git a/src/displayapp/screens/Paddle.cpp b/src/displayapp/screens/Paddle.cpp index 347abb62..9a04b3b7 100644 --- a/src/displayapp/screens/Paddle.cpp +++ b/src/displayapp/screens/Paddle.cpp @@ -186,6 +186,5 @@ bool Paddle::OnTouchEvent(uint16_t x, uint16_t y) { lv_obj_set_pos(paddle_image, 0, y - 30); // sets the center paddle pos. (30px offset) with the the y_coordinate of the finger and defaults the x_coordinate to 0 paddleTopY = y - 30; // refreshes the upper extreme of the paddle paddleBottomY = y + 30; // refreshes the lower extreme of the paddle - return true; } -- cgit v1.2.3