chore: Reformat
This commit is contained in:
parent
a563e46162
commit
43b4220de2
3 changed files with 3 additions and 5 deletions
|
@ -78,9 +78,7 @@ impl CtApiClient {
|
|||
.await
|
||||
}
|
||||
|
||||
pub async fn get_signed_tree_head(
|
||||
&self
|
||||
) -> reqwest::Result<GetSthResponse> {
|
||||
pub async fn get_signed_tree_head(&self) -> reqwest::Result<GetSthResponse> {
|
||||
self.inner_client
|
||||
.request(
|
||||
endpoints::GET_STH.0,
|
||||
|
|
Loading…
Reference in a new issue