Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
colinthomas-z80 committed Oct 16, 2024
1 parent e733818 commit 2119c31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taskvine/src/manager/vine_manager.c
Original file line number Diff line number Diff line change
Expand Up @@ -4621,7 +4621,7 @@ int vine_submit(struct vine_manager *q, struct vine_task *t)
vine_category_lookup_or_create(q, t->category);

/* Attempt to group this task based on temp dependencies. */
if(q->task_groups_enabled) {
if (q->task_groups_enabled) {
vine_task_groups_assign_task(q, t);
}

Expand Down

0 comments on commit 2119c31

Please sign in to comment.