Skip to content

Commit d2bc406

Browse files
committed
remove excessive CR in code
1 parent 4c95522 commit d2bc406

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

GSASII/GSASIIpwdplot.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1646,10 +1646,8 @@ def onPartialConfig(event):
16461646
#patch
16471647
if 'Offset' not in Page.plotStyle and plotType in ['PWDR','SASD','REFD']: #plot offset data
16481648
Ymax = max(data[1][1])
1649-
Page.plotStyle.update({'Offset':[0.0,0.0],
1650-
'delOffset':float(0.02*Ymax),
1651-
'refOffset':float(-0.1*Ymax),
1652-
'refDelt':float(0.1*Ymax),})
1649+
Page.plotStyle.update({'Offset':[0.0,0.0],'delOffset':float(0.02*Ymax),
1650+
'refOffset':float(-0.1*Ymax),'refDelt':float(0.1*Ymax),})
16531651
#end patch
16541652
if 'Normalize' not in Page.plotStyle:
16551653
Page.plotStyle['Normalize'] = False

0 commit comments

Comments
 (0)