Skip to content

Commit 3db9210

Browse files
committed
line break
1 parent 041348e commit 3db9210

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

NodeGraphQt/base/commands.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,7 @@ class PortLockedCmd(QtWidgets.QUndoCommand):
322322
Args:
323323
port (NodeGraphQt.Port): node port.
324324
"""
325+
325326
def __init__(self, port):
326327
QtWidgets.QUndoCommand.__init__(self)
327328
self.setText('lock port "{}"'.format(port.name()))

0 commit comments

Comments
 (0)