trunk
ondra05 2022-09-19 20:58:50 +02:00
parent 2f5306795f
commit 8970dabcfd
1 changed files with 1 additions and 1 deletions

View File

@ -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<()> {