Skip to content

Commit 32a5755

Browse files
Merge pull request #35 from SpectralVectors/actions/black
Format Python code with psf/black push
2 parents af031a1 + bb05dda commit 32a5755

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Preferences.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def draw(self, context):
6565
box = row.box()
6666
box.label(text="Node Editor", icon="NODETREE")
6767
box.prop(self, "enable_for_node_editors")
68-
68+
6969
row = layout.row()
7070
box = row.box()
7171
box.label(text="View", icon="VIEW3D")

0 commit comments

Comments
 (0)