From 3af97cf99dd8d91d708d478d4bd857dae52a5ff8 Mon Sep 17 00:00:00 2001 From: MSebanc Date: Tue, 19 Mar 2024 12:02:50 -0700 Subject: [PATCH] Format changes I have read and agree to the CLA of the Kuzu repository. --- src/include/common/task_system/progress_bar.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/common/task_system/progress_bar.h b/src/include/common/task_system/progress_bar.h index 895dc15427..50d65eb5fc 100644 --- a/src/include/common/task_system/progress_bar.h +++ b/src/include/common/task_system/progress_bar.h @@ -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();