Skip to content

Commit 4653834

Browse files
black fix
1 parent 27a532d commit 4653834

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cadquery/occ_impl/shapes.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2743,10 +2743,10 @@ def makeText(
27432743
font_t = mgr.FindFont(TCollection_AsciiString(font), font_kind)
27442744

27452745
builder = Font_BRepTextBuilder()
2746-
font_i = StdPrs_BRepFont(NCollection_Utf8String(font_t.FontName().ToCString()), font_kind, size)
2747-
text_flat = Shape(
2748-
builder.Perform(font_i, NCollection_Utf8String(text))
2746+
font_i = StdPrs_BRepFont(
2747+
NCollection_Utf8String(font_t.FontName().ToCString()), font_kind, size
27492748
)
2749+
text_flat = Shape(builder.Perform(font_i, NCollection_Utf8String(text)))
27502750

27512751
bb = text_flat.BoundingBox()
27522752

0 commit comments

Comments
 (0)