chore: lint

This commit is contained in:
Alex
2024-09-13 08:55:14 +02:00
parent 64d99a5884
commit 6417782af6
13 changed files with 34 additions and 34 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_;