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).
main
Daniel Ebert 10 months ago committed by Blaž Hrastnik
parent 36a59e4482
commit 155cedc5c8

@ -2885,7 +2885,7 @@ pub const TYPABLE_COMMAND_LIST: &[TypableCommand] = &[
fun: clear_register,
signature: CommandSignature::none(),
},
];
];
pub static TYPABLE_COMMAND_MAP: Lazy<HashMap<&'static str, &'static TypableCommand>> =
Lazy::new(|| {

Loading…
Cancel
Save