Skip to content
Snippets Groups Projects
Verified Commit 99449094 authored by Anhad Singh's avatar Anhad Singh :crab:
Browse files

chore: formatting

parent 4a082206
No related branches found
No related tags found
No related merge requests found
......@@ -240,7 +240,11 @@ impl Scope {
};
match self {
Self::Global { objs } => objs.iter().skip(skip).map(|o| o.upgrade().unwrap()).find_map(get_sym),
Self::Global { objs } => objs
.iter()
.skip(skip)
.map(|o| o.upgrade().unwrap())
.find_map(get_sym),
Self::Local { owner, objs } => {
let owner = owner
.as_ref()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment