Skip to content

Commit 8374b3d

Browse files
richard-jonesalexdutton
authored andcommitted
some white-space straightening in deposit receipt file
1 parent cdc0c49 commit 8374b3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sword2/deposit_receipt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ def __init__(self, xml_deposit_receipt=None, dom=None, response_headers={}, loca
134134
except Exception, e:
135135
d_l.error("Was not able to parse the deposit receipt as XML.")
136136
return
137-
137+
138138
elif dom != None:
139139
self.dom = dom
140140
self.parsed = True

0 commit comments

Comments
 (0)