whitespace adjustments

This commit is contained in:
Martin Diehl 2020-03-14 22:31:36 +01:00
parent f9aea736cb
commit 554631d554
1 changed files with 102 additions and 103 deletions

View File

@ -487,8 +487,7 @@ class Colormap:
return interpolate_Msh(self.left.express_as('MSH').color,
self.right.express_as('MSH').color,fraction)
elif self.interpolate == 'linear':
return interpolate_linear(self.left,
self.right,fraction)
return interpolate_linear(self.left,self.right,fraction)
else:
raise NameError('unknown color interpolation method')