Skip to content

Commit 75f3be4

Browse files
authored
Format fix
1 parent 731d2c6 commit 75f3be4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/displayapp/widgets/PopupMessage.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ void PopupMessage::SetHidden(bool hidden) {
2626
if (btnPopup == nullptr && !isHidden) {
2727
Create();
2828
} else if (btnPopup != nullptr) {
29-
lv_obj_del (btnPopup);
29+
lv_obj_del(btnPopup);
3030
btnPopup = nullptr;
3131
}
3232
}

0 commit comments

Comments
 (0)