Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
bbean23 committed Oct 21, 2024
1 parent 347d671 commit 870d059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opencsp/common/lib/csp/Facet.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,4 +204,4 @@ def draw(self, view: View3d, facet_style: RenderControlFacet = None, transform:
view.draw_xyz_text(origin.data.T[0], self.name, style=facet_style.name_style)

if facet_style.draw_mirror_curvature:
self.mirror.draw(view, facet_style.mirror_styles, transform * self.mirror._self_to_parent_transform)
self.mirror.draw(view, facet_style.mirror_styles, transform * self.mirror._self_to_parent_transform)

0 comments on commit 870d059

Please sign in to comment.