Small formatting tweaks

This commit is contained in:
Grant Sanderson 2023-06-10 09:22:34 -07:00
parent bae3b98c0b
commit 6f8ea7433d

View file

@ -425,7 +425,7 @@ class VMobject(Mobject):
self,
anti_alias_width: float = 0,
fill_border_width: float = 0,
recurse: bool=True
recurse: bool = True
) -> Self:
super().apply_depth_test(recurse)
self.set_anti_alias_width(anti_alias_width)
@ -436,7 +436,7 @@ class VMobject(Mobject):
self,
anti_alias_width: float = 1.0,
fill_border_width: float = 0.5,
recurse: bool=True
recurse: bool = True
) -> Self:
super().apply_depth_test(recurse)
self.set_anti_alias_width(anti_alias_width)