Skip to content

Commit 83922fb

Browse files
88572JF002
authored andcommitted
Remove space before colon
1 parent 95917c6 commit 83922fb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/displayapp/screens/FirmwareValidation.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ namespace {
1717
FirmwareValidation::FirmwareValidation(Pinetime::Controllers::FirmwareValidator& validator) : validator {validator} {
1818
labelVersion = lv_label_create(lv_scr_act(), nullptr);
1919
lv_label_set_text_fmt(labelVersion,
20-
"Version : %lu.%lu.%lu\n"
21-
"ShortRef : %s",
20+
"Version: %lu.%lu.%lu\n"
21+
"ShortRef: %s",
2222
Version::Major(),
2323
Version::Minor(),
2424
Version::Patch(),

0 commit comments

Comments
 (0)