fmt
This commit is contained in:
parent
95a7d69bce
commit
99fcf23798
1 changed files with 4 additions and 1 deletions
|
@ -1592,7 +1592,10 @@ impl Database {
|
|||
worktree_repository_statuses::Entity::find()
|
||||
.filter(
|
||||
Condition::all()
|
||||
.add(worktree_repository_statuses::Column::ProjectId.eq(project.id))
|
||||
.add(
|
||||
worktree_repository_statuses::Column::ProjectId
|
||||
.eq(project.id),
|
||||
)
|
||||
.add(
|
||||
worktree_repository_statuses::Column::WorktreeId
|
||||
.eq(worktree.id),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue