Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
sffc committed Oct 26, 2023
1 parent b210058 commit 512a6ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provider/core/src/request.rs
Original file line number Diff line number Diff line change
Expand Up @@ -931,7 +931,7 @@ impl AuxiliaryKeys {
/// ```
pub const fn from_subtag(input: Subtag) -> Self {
Self {
value: AuxiliaryKeysInner::Stack(input.into_tinystr().resize())
value: AuxiliaryKeysInner::Stack(input.into_tinystr().resize()),
}
}

Expand Down

0 comments on commit 512a6ae

Please sign in to comment.