chore: format
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
//! Coordinate pairs use `/`: `Category/Item`
|
||||
//! Quoted strings supported: `"Profit = Revenue - Cost"`
|
||||
|
||||
use super::cmd::{default_registry, Cmd, CmdRegistry};
|
||||
use super::cmd::{Cmd, CmdRegistry, default_registry};
|
||||
|
||||
/// Parse a line into commands using the default registry.
|
||||
pub fn parse_line(line: &str) -> Result<Vec<Box<dyn Cmd>>, String> {
|
||||
|
||||
Reference in New Issue
Block a user