fix: lint

This commit is contained in:
Alex
2024-06-12 23:08:27 +02:00
parent e8a2882796
commit 0bc43c1aa7
11 changed files with 30 additions and 32 deletions

View File

@ -6,7 +6,7 @@
class pow_format {
public:
pow_format(long long val, std::string&& unit, bool binary = false)
: val_(val), unit_(unit), binary_(binary){};
: val_(val), unit_(unit), binary_(binary) {};
long long val_;
std::string unit_;