Skip to content

Commit 31f34d8

Browse files
committed
Run cargo fmt
1 parent 8cf947a commit 31f34d8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

apps/labrinth/src/routes/v3/projects.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -898,9 +898,9 @@ pub async fn project_edit(
898898
project_item.inner.slug,
899899
None,
900900
None,
901-
&redis,
902-
)
903-
.await?;
901+
&redis,
902+
)
903+
.await?;
904904

905905
// Remove no longer searchable projects from search index
906906
if let (true, Some(false)) = (

0 commit comments

Comments
 (0)