Skip to content

Commit 4863920

Browse files
committed
Lint
1 parent d6dd647 commit 4863920

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

crates/config/src/sections/experimental.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ pub struct ExperimentalConfig {
7777
pub inactive_session_expiration: Option<InactiveSessionExpirationConfig>,
7878

7979
/// Experimental feature to show a plan management tab and iframe.
80-
/// This value is passed through "as is" to the client without any validation.
80+
/// This value is passed through "as is" to the client without any
81+
/// validation.
8182
#[serde(skip_serializing_if = "Option::is_none")]
8283
pub plan_management_iframe_uri: Option<String>,
8384
}

0 commit comments

Comments
 (0)