Tiny coding style fixups

This commit is contained in:
Alexander Bock
2021-03-27 23:49:02 +01:00
parent 6aad31000f
commit e88650f22c
28 changed files with 54 additions and 60 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ namespace {
struct [[codegen::Dictionary(DashboardItemDate)]] Parameters {
// [[codegen::verbatim(FormatStringInfo.description)]]
std::optional<std::string> formatString;
// [[codegen::verbatim(TimeFormatInfo.description)]]
std::optional<std::string> timeFormat;
};