run clang format script
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good

This commit is contained in:
Jakob Meier
2022-04-30 16:21:59 +02:00
parent 016ca8cb7e
commit 6d322c6e78
13 changed files with 38 additions and 42 deletions

View File

@ -10,7 +10,6 @@
*/
class ProgressPrinter {
public:
static constexpr float HALF_PERCENT = 0.5;
static constexpr float ONE_PERCENT = 1;
static constexpr float FIVE_PERCENT = 5;
@ -34,7 +33,6 @@ class ProgressPrinter {
void print(uint32_t step);
private:
std::string name = "";
uint32_t numSteps = 0;
float nextProgressPrint = 0;