chore: format
This commit is contained in:
@ -1,15 +1,15 @@
|
||||
pub mod core;
|
||||
pub mod navigation;
|
||||
pub mod mode;
|
||||
pub mod cell;
|
||||
pub mod search;
|
||||
pub mod panel;
|
||||
pub mod grid;
|
||||
pub mod tile;
|
||||
pub mod text_buffer;
|
||||
pub mod commit;
|
||||
pub mod core;
|
||||
pub mod effect_cmds;
|
||||
pub mod grid;
|
||||
pub mod mode;
|
||||
pub mod navigation;
|
||||
pub mod panel;
|
||||
pub mod registry;
|
||||
pub mod search;
|
||||
pub mod text_buffer;
|
||||
pub mod tile;
|
||||
|
||||
// Re-export items used by external code
|
||||
pub use self::core::{Cmd, CmdContext, CmdRegistry};
|
||||
|
||||
Reference in New Issue
Block a user