Skip to content

Commit d033f19

Browse files
committed
added a space after a comment //
1 parent 3b2b40b commit d033f19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/displayapp/screens/Timer.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Timer::Timer(Controllers::Timer& timerController) : timer {timerController} {
6060
lv_obj_set_size(btnPlayPause, LV_HOR_RES, 50);
6161

6262
txtPlayPause = lv_label_create(btnPlayPause, nullptr);
63-
//lv_obj_align(txtPlayPause, btnPlayPause, LV_ALIGN_CENTER, 0, 0);
63+
// lv_obj_align(txtPlayPause, btnPlayPause, LV_ALIGN_CENTER, 0, 0);
6464

6565
if (timer.IsRunning()) {
6666
SetTimerRunning();

0 commit comments

Comments
 (0)