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

@@ -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]