Skip to content

Commit

Permalink
Remove space before colon
Browse files Browse the repository at this point in the history
  • Loading branch information
everypizza1 authored and JF002 committed Aug 18, 2024
1 parent 95917c6 commit 83922fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/displayapp/screens/FirmwareValidation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ namespace {
FirmwareValidation::FirmwareValidation(Pinetime::Controllers::FirmwareValidator& validator) : validator {validator} {
labelVersion = lv_label_create(lv_scr_act(), nullptr);
lv_label_set_text_fmt(labelVersion,
"Version : %lu.%lu.%lu\n"
"ShortRef : %s",
"Version: %lu.%lu.%lu\n"
"ShortRef: %s",
Version::Major(),
Version::Minor(),
Version::Patch(),
Expand Down

0 comments on commit 83922fb

Please sign in to comment.