Skip to content

Commit

Permalink
Merge pull request #35 from SpectralVectors/actions/black
Browse files Browse the repository at this point in the history
Format Python code with psf/black push
  • Loading branch information
SpectralVectors authored Oct 23, 2024
2 parents af031a1 + bb05dda commit 32a5755
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 32a5755

Please sign in to comment.