fix visitor usage

This commit is contained in:
Bojan Serafimov
2023-05-18 14:06:53 -04:00
parent 8e86f693f2
commit 7c2d09f4f8

View File

@@ -30,7 +30,7 @@ impl MockLayer {
if key == key_bytes {
result = Some(value);
}
return true
return false
}).unwrap();
result