Fix various trailing whitespace issues

This commit is contained in:
luzpaz
2023-02-16 13:52:44 +00:00
committed by WandererFan
parent 08214d9ec3
commit 08b3bf4462
13 changed files with 60 additions and 60 deletions

View File

@@ -253,7 +253,7 @@ def getDefaultIcon():
def buildCard(filename,method,arg=None):
"""builds an html <li> element representing a file.
"""builds an html <li> element representing a file.
method is a script + a keyword, for ex. url.py?key="""
result = ""

View File

@@ -115,7 +115,7 @@ class TaskHoleShaftFit:
rangeValues = iso.getValues()
mainFormat = dim.FormatSpec
dim.FormatSpec = mainFormat+selectedField
dim.EqualTolerance = False
dim.EqualTolerance = False
dim.FormatSpecOverTolerance = '(%+.3f)'
dim.OverTolerance = rangeValues[0]
dim.UnderTolerance = rangeValues[1]