Skip to content

Commit

Permalink
Improve formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
hannobraun committed Mar 13, 2024
1 parent 5b66aa7 commit a4db923
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/fj-core/src/objects/stores.rs
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ impl Default for Surfaces {

let xz_plane = store.reserve();
store.insert(xz_plane.clone(), Surface::new());

let yz_plane = store.reserve();
store.insert(yz_plane.clone(), Surface::new());

Expand Down

0 comments on commit a4db923

Please sign in to comment.