refixing reeee
This commit is contained in:
parent
f1cc410119
commit
ff8c50a416
@ -59,10 +59,10 @@ impl Env {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
fn fmt(&self) {
|
fn fmt(&self) {
|
||||||
print!("{{");
|
|
||||||
let mut i = 0;
|
let mut i = 0;
|
||||||
let len = self.hashmap.len();
|
let len = self.hashmap.len();
|
||||||
if len > 0 {
|
if len > 0 {
|
||||||
|
print!("{{");
|
||||||
for (key, val) in self.hashmap.iter() {
|
for (key, val) in self.hashmap.iter() {
|
||||||
print!("{:?} :", key);
|
print!("{:?} :", key);
|
||||||
match val {
|
match val {
|
||||||
|
Loading…
Reference in New Issue
Block a user