fmt???
This commit is contained in:
parent
61fbd3ee28
commit
e936585112
|
@ -24,7 +24,7 @@ pub trait HostInterface {
|
|||
pub struct Standard;
|
||||
impl HostInterface for Standard {
|
||||
fn initial_vars() -> HashMap<String, Variable> {
|
||||
HashMap::default()
|
||||
HashMap::default()
|
||||
}
|
||||
|
||||
fn print(&mut self, string: &str, new_line: bool) -> std::io::Result<()> {
|
||||
|
|
Loading…
Reference in a new issue