Skip to content

Commit af0e999

Browse files
committed
Runs cargo fmt on the changed file
1 parent f166e6c commit af0e999

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws/rust-runtime/aws-config/src/sts/assume_role.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ impl AssumeRoleProviderBuilder {
201201
}
202202

203203
/// Set the session tags
204-
///
204+
///
205205
/// A list of session tags that you want to pass. Each session tag consists of a key name and an associated value.
206206
/// For more information, see `[Tag]`.
207207
pub fn tags(mut self, tags: impl Into<Vec<Tag>>) -> Self {

0 commit comments

Comments
 (0)