run clang format script
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user