treewide: clang-format

This commit is contained in:
Austin Horstman
2024-06-15 18:44:46 -05:00
parent f9e693b2a2
commit b114b1155c
11 changed files with 37 additions and 40 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_;