Skip to content

Commit

Permalink
Fixed formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Haennetz committed Sep 9, 2024
1 parent 0d4c17d commit 5285da1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/token/requests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ pub struct RenewTokenSelfRequest {
/// * Response: N/A
/// * Reference: <https://developer.hashicorp.com/vault/api-docs/auth/token#renew-a-token-self>
#[derive(Builder, Debug, Default, Endpoint)]
#[endpoint(path = " /auth/token/renew-accessor", method = "POST", builder = "true")]
#[endpoint(path = "/auth/token/renew-accessor", method = "POST", builder = "true")]
#[builder(setter(into, strip_option), default)]
pub struct RenewTokenAccessorRequest {
pub accessor: String,
Expand Down

0 comments on commit 5285da1

Please sign in to comment.