diff --git a/crates/config/src/sections/experimental.rs b/crates/config/src/sections/experimental.rs index a4c6d986c..35e29e0de 100644 --- a/crates/config/src/sections/experimental.rs +++ b/crates/config/src/sections/experimental.rs @@ -77,7 +77,8 @@ pub struct ExperimentalConfig { pub inactive_session_expiration: Option, /// Experimental feature to show a plan management tab and iframe. - /// This value is passed through "as is" to the client without any validation. + /// This value is passed through "as is" to the client without any + /// validation. #[serde(skip_serializing_if = "Option::is_none")] pub plan_management_iframe_uri: Option, }