mirror of
https://github.com/modrinth/code.git
synced 2026-08-31 03:55:59 +00:00
fix linting error with cargo fmt
This commit is contained in:
@@ -223,10 +223,10 @@ impl DBOrganization {
|
||||
",
|
||||
organization_id as DBOrganizationId,
|
||||
)
|
||||
.fetch(exec)
|
||||
.map_ok(|m| DBProjectId(m.id))
|
||||
.try_collect::<Vec<_>>()
|
||||
.await?;
|
||||
.fetch(exec)
|
||||
.map_ok(|m| DBProjectId(m.id))
|
||||
.try_collect::<Vec<_>>()
|
||||
.await?;
|
||||
|
||||
Ok(db_projects)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user