mirror of
https://github.com/hannobraun/Fornjot
synced 2025-02-25 08:35:51 +00:00
Run cargo fmt
This commit is contained in:
parent
aeeb4ca381
commit
8f35d3cedb
@ -50,7 +50,7 @@ pub extern "C" fn model(args: &HashMap<String, String>) -> fj::Shape {
|
||||
inner.push([x / 2., y / 2.]);
|
||||
}
|
||||
|
||||
let outer = fj::Sketch::from_points(outer).with_color ([0, 255, 0, 200]);
|
||||
let outer = fj::Sketch::from_points(outer).with_color([0, 255, 0, 200]);
|
||||
let inner = fj::Sketch::from_points(inner);
|
||||
|
||||
let footprint = fj::Difference2d::from_objects(outer.into(), inner.into());
|
||||
|
Loading…
Reference in New Issue
Block a user