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 10d4ff2 commit 5566332
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 @@ -15,7 +15,7 @@ class ProgressBar {
public:
ProgressBar()
: numPipelines{0}, numPipelinesFinished{0}, prevCurPipelineProgress{0.0},
trackProgress{false}, printing{false} {};
trackProgress{false}, printing{false} {};

void addPipeline();

Expand Down

0 comments on commit 5566332

Please sign in to comment.