Skip to content

Commit

Permalink
Format changes
Browse files Browse the repository at this point in the history
I have read and agree to the CLA of the Kuzu repository.
  • Loading branch information
MSebanc committed Mar 19, 2024
1 parent 5566332 commit 3af97cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/include/common/task_system/progress_bar.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class ProgressBar {

public:
ProgressBar()
: numPipelines{0}, numPipelinesFinished{0}, prevCurPipelineProgress{0.0},
: numPipelines{0}, numPipelinesFinished{0}, prevCurPipelineProgress{0.0},
trackProgress{false}, printing{false} {};

void addPipeline();
Expand Down

0 comments on commit 3af97cf

Please sign in to comment.