Skip to content

Commit

Permalink
Fix date and time parsing (durch#287)
Browse files Browse the repository at this point in the history
  • Loading branch information
Janrupf authored and ovr committed Apr 25, 2024
1 parent b959de7 commit 9dcac87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws-creds/src/credentials.rs
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ fn test_instance_metadata_creds_deserialization() {
}
"#,
)
.unwrap();
.unwrap();
}

#[cfg(test)]
Expand Down

0 comments on commit 9dcac87

Please sign in to comment.