rustfmt on recent additions
Signed-off-by: Ava Hahn <ava@aidanis.online>
This commit is contained in:
parent
f22d807b57
commit
f8ab31e9aa
6 changed files with 12 additions and 9 deletions
|
|
@ -215,7 +215,8 @@ pub fn dynamic_stdlib(syms: &mut SymTable) -> Result<(), String> {
|
|||
Ok(())
|
||||
}
|
||||
|
||||
pub const ECHO_DOCSTRING: &str = "traverses any number of arguments. Prints their evaluated values on a new line for each.";
|
||||
pub const ECHO_DOCSTRING: &str =
|
||||
"traverses any number of arguments. Prints their evaluated values on a new line for each.";
|
||||
|
||||
fn _echo_callback(ast: &Seg, _syms: &mut SymTable) -> Result<Ctr, String> {
|
||||
if ast.len() == 1 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue