Skip to content

Commit

Permalink
fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianPommerening committed May 9, 2021
1 parent 9aa6dc5 commit 8d5037d
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions FingerJoints.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#Author-Florian Pommerening
#Description-An Add-In for making finger joints.
# Author: Florian Pommerening
# Description: An Add-In for making finger joints.

# Select two overlapping bodies and a direction. The overlap is cut along the
# direction multiple times resulting in the individual fingers/notches. We
Expand All @@ -17,7 +17,6 @@
from . import ui
from . import geometry


# Global variable to hold the add-in (created in run(), destroyed in stop())
addin = None

Expand Down Expand Up @@ -67,8 +66,8 @@ def __init__(self):

def start(self):
self.button.addToUI('Finger Joint',
'Creates a finger joint from the overlap of two bodies',
'resources/ui/command_button')
'Creates a finger joint from the overlap of two bodies',
'resources/ui/command_button')

def stop(self):
self.button.removeFromUI()
Expand Down

0 comments on commit 8d5037d

Please sign in to comment.