Skip to content

Commit

Permalink
Remove unneeded async function annotation (#5246)
Browse files Browse the repository at this point in the history
  • Loading branch information
octol authored Dec 16, 2024
1 parent e7702a1 commit c0b4e8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/http-api-client/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ impl Client {
}
}

pub async fn create_delete_request<K, V>(
pub fn create_delete_request<K, V>(
&self,
path: PathSegments<'_>,
params: Params<'_, K, V>,
Expand Down

0 comments on commit c0b4e8d

Please sign in to comment.