mirror of https://github.com/helix-editor/helix
Fix broken indentation that causes the indentation tests to fail.
For some reason, `cargo fmt` does not change the indentation in these places (maybe it isn't sure about what the correct formatting should be).pull/7920/head
parent
36a59e4482
commit
155cedc5c8
|
@ -2885,7 +2885,7 @@ pub const TYPABLE_COMMAND_LIST: &[TypableCommand] = &[
|
||||||
fun: clear_register,
|
fun: clear_register,
|
||||||
signature: CommandSignature::none(),
|
signature: CommandSignature::none(),
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
pub static TYPABLE_COMMAND_MAP: Lazy<HashMap<&'static str, &'static TypableCommand>> =
|
pub static TYPABLE_COMMAND_MAP: Lazy<HashMap<&'static str, &'static TypableCommand>> =
|
||||||
Lazy::new(|| {
|
Lazy::new(|| {
|
||||||
|
|
Loading…
Reference in New Issue