Skip to content

Commit 605b3a4

Browse files
committed
Apparently vim missed formatting one file.
1 parent 3f827e0 commit 605b3a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/controllers/krate/publish.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ pub async fn publish(app: AppState, req: BytesRequest) -> AppResult<Json<GoodCra
9494
let auth = AuthCheck::default()
9595
.with_endpoint_scope(endpoint_scope)
9696
.for_crate(&new_crate.name)
97-
.check(&req,&app.config, conn)?;
97+
.check(&req, &app.config, conn)?;
9898

9999
let api_token_id = auth.api_token_id();
100100
let user = auth.user();

0 commit comments

Comments
 (0)