From 512a6aef385f5da925fdbf0356a071046625506c Mon Sep 17 00:00:00 2001 From: "Shane F. Carr" Date: Wed, 25 Oct 2023 17:22:59 -0700 Subject: [PATCH] fmt --- provider/core/src/request.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/provider/core/src/request.rs b/provider/core/src/request.rs index cd2ad314522..44436a0b2b6 100644 --- a/provider/core/src/request.rs +++ b/provider/core/src/request.rs @@ -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()), } }