Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
colinthomas-z80 committed Aug 16, 2024
1 parent 001bd01 commit 40a221c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions taskvine/src/manager/vine_manager.c
Original file line number Diff line number Diff line change
Expand Up @@ -593,8 +593,7 @@ static vine_result_code_t get_completion_result(struct vine_manager *q, struct v

/* Update category disk info */
struct category *c = vine_category_lookup_or_create(q, t->category);
if(sandbox_used > c->max_disk_use)
{
if (sandbox_used > c->max_disk_use) {
c->max_disk_use = sandbox_used + 1;
}

Expand Down

0 comments on commit 40a221c

Please sign in to comment.