fix style

This commit is contained in:
serxa 2023-05-03 18:57:55 +00:00
parent 94dca90219
commit 5c3e9b9e85

View File

@ -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;