Skip to content

Commit 512a6ae

Browse files
committed
fmt
1 parent b210058 commit 512a6ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

provider/core/src/request.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -931,7 +931,7 @@ impl AuxiliaryKeys {
931931
/// ```
932932
pub const fn from_subtag(input: Subtag) -> Self {
933933
Self {
934-
value: AuxiliaryKeysInner::Stack(input.into_tinystr().resize())
934+
value: AuxiliaryKeysInner::Stack(input.into_tinystr().resize()),
935935
}
936936
}
937937

0 commit comments

Comments
 (0)