From 8970dabcfd0cd8005a067a5534213c3e715ecb04 Mon Sep 17 00:00:00 2001 From: ondra05 Date: Mon, 19 Sep 2022 20:58:50 +0200 Subject: [PATCH] fmt??? --- ablescript/src/host_interface.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ablescript/src/host_interface.rs b/ablescript/src/host_interface.rs index e0920e2..2f9ab3e 100644 --- a/ablescript/src/host_interface.rs +++ b/ablescript/src/host_interface.rs @@ -24,7 +24,7 @@ pub trait HostInterface { pub struct Standard; impl HostInterface for Standard { fn initial_vars() -> HashMap { - HashMap::default() + HashMap::default() } fn print(&mut self, string: &str, new_line: bool) -> std::io::Result<()> {