Skip to content

Commit 6f8ce42

Browse files
committed
remove the unnecessary blank line
1 parent 043f37a commit 6f8ce42

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/companion_radio/ui-new/UITask.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,6 @@ void UITask::newMsg(uint8_t path_len, const char* from_name, const char* text, i
542542
((MsgPreviewScreen *) msg_preview)->addPreview(path_len, from_name, text);
543543
setCurrScreen(msg_preview);
544544

545-
546545
if (_display != NULL) {
547546
if (!_display->isOn()) _display->turnOn();
548547
_auto_off = millis() + AUTO_OFF_MILLIS; // extend the auto-off timer

0 commit comments

Comments
 (0)