Cargo fmt

pull/6118/merge^2
SoraTenshi 10 months ago
parent 65cce01bb0
commit e31ac02004

@ -335,7 +335,12 @@ pub struct StickyContextConfig {
impl Default for StickyContextConfig {
fn default() -> Self {
StickyContextConfig { enable: false, indicator: false, max_lines: 10, follow_cursor: false }
StickyContextConfig {
enable: false,
indicator: false,
max_lines: 10,
follow_cursor: false,
}
}
}

Loading…
Cancel
Save