Skip to content

Commit 0e17e92

Browse files
format
1 parent aed1957 commit 0e17e92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

taskvine/src/manager/vine_manager.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -4621,7 +4621,7 @@ int vine_submit(struct vine_manager *q, struct vine_task *t)
46214621
vine_category_lookup_or_create(q, t->category);
46224622

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

0 commit comments

Comments
 (0)