Remove trim usage in format

Some clang-tidy fixes
This commit is contained in:
dmitry
2020-08-16 15:54:21 +03:00
parent 0625bc7688
commit b54fb24745
2 changed files with 10 additions and 12 deletions

View File

@ -70,7 +70,7 @@ class Task
std::string title_;
std::string app_id_;
uint32_t state_;
uint32_t state_ = 0;
private:
std::string repr() const;