Skip to content

Commit c305464

Browse files
committed
fix clippy warning
1 parent 7bd3a43 commit c305464

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/routes/agent.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ fn endpoint_error(
226226
"sos",
227227
"Can someone from the infra team check in on this? @rust-lang/infra",
228228
)
229-
.send(&github_issue.api_url, &data, &github_data)?;
229+
.send(&github_issue.api_url, &data, github_data)?;
230230
}
231231
}
232232
Ok(ApiResponse::Success { result: true }.into_response()?)

0 commit comments

Comments
 (0)