mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-05 18:38:28 +00:00
Remove unnecessary wrapper
This commit is contained in:
parent
9e4ce3f658
commit
3c4daaadd1
@ -13,7 +13,7 @@ fn main() -> anyhow::Result<()> {
|
||||
let model = model::model();
|
||||
|
||||
export::export(&model)?;
|
||||
app::run(geometry::AnyOp::new(model))?;
|
||||
app::run(model)?;
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user