Skip to content

Commit

Permalink
🎨 Format Python code with psf/black
Browse files Browse the repository at this point in the history
  • Loading branch information
SpectralVectors authored and github-actions[bot] committed Oct 22, 2024
1 parent af031a1 commit bb05dda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Preferences.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def draw(self, context):
box = row.box()
box.label(text="Node Editor", icon="NODETREE")
box.prop(self, "enable_for_node_editors")

row = layout.row()
box = row.box()
box.label(text="View", icon="VIEW3D")
Expand Down

0 comments on commit bb05dda

Please sign in to comment.