Remove space before colon
This commit is contained in:
parent
95917c65a5
commit
83922fb3de
|
@ -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(),
|
||||
|
|
Loading…
Reference in a new issue