merge race

This commit is contained in:
Adam H. Leventhal 2023-10-16 12:13:05 -07:00
parent a1de78dbeb
commit 2708963c5f
2 changed files with 2 additions and 2 deletions

View File

@ -2379,7 +2379,7 @@ pub mod builder {
impl<'a> WhoamiPutName<'a> {
pub fn new(client: &'a super::Client) -> Self {
Self {
client,
client: client,
body: Err("body was not initialized".to_string()),
}
}

View File

@ -2379,7 +2379,7 @@ pub mod builder {
impl<'a> WhoamiPutName<'a> {
pub fn new(client: &'a super::Client) -> Self {
Self {
client,
client: client,
body: Err("body was not initialized".to_string()),
}
}