Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
fhennig committed Oct 31, 2024
1 parent d5d8e40 commit 02415e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,7 @@ class SubmissionDatabaseService(
if (organism != null) {
baseQuery.andWhere { SequenceEntriesView.organismIs(organism) }
}

val statusCounts: Map<Status, Int> = Status.entries.associateWith { status ->
baseQuery.count { it[SequenceEntriesView.statusColumn] == status.name }
}
Expand Down

0 comments on commit 02415e0

Please sign in to comment.