From 5c3e9b9e858fbd1560f6b6c94d190e920273a4c1 Mon Sep 17 00:00:00 2001 From: serxa Date: Wed, 3 May 2023 18:57:55 +0000 Subject: [PATCH] fix style --- src/Common/AsyncLoader.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Common/AsyncLoader.h b/src/Common/AsyncLoader.h index 5726e843c37..d4a3218a541 100644 --- a/src/Common/AsyncLoader.h +++ b/src/Common/AsyncLoader.h @@ -381,7 +381,8 @@ public: size_t getScheduledJobCount() const; // Helper class for introspection - struct JobState { + struct JobState + { LoadJobPtr job; size_t dependencies_left = 0; bool is_executing = false;