mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-14 17:02:56 +00:00
fix visitor usage
This commit is contained in:
@@ -30,7 +30,7 @@ impl MockLayer {
|
||||
if key == key_bytes {
|
||||
result = Some(value);
|
||||
}
|
||||
return true
|
||||
return false
|
||||
}).unwrap();
|
||||
|
||||
result
|
||||
|
||||
Reference in New Issue
Block a user