mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-04 21:42:39 +00:00
fix style
This commit is contained in:
parent
94dca90219
commit
5c3e9b9e85
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user