mirror of
https://github.com/hannobraun/Fornjot
synced 2025-01-24 17:16:07 +00:00
Inline redundant variable
This commit is contained in:
parent
cfbe58d55f
commit
f1101c20d6
@ -25,11 +25,10 @@ impl Layer<Topology> {
|
|||||||
);
|
);
|
||||||
|
|
||||||
for event in events {
|
for event in events {
|
||||||
let command = ValidateObject {
|
validation.process_command(ValidateObject {
|
||||||
object: event.object.into(),
|
object: event.object.into(),
|
||||||
geometry,
|
geometry,
|
||||||
};
|
});
|
||||||
validation.process_command(command);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user