Skip to content

Commit a887220

Browse files
d-w-moorealanking
authored andcommitted
[#43][#328] reasonable indentation
1 parent 734fa02 commit a887220

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

irods/user.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ def metadata(self):
4646

4747
def modify_password(self, old_value, new_value, modify_irods_authentication_file = False):
4848
self.manager.modify_password(old_value,
49-
new_value,
50-
modify_irods_authentication_file = modify_irods_authentication_file)
49+
new_value,
50+
modify_irods_authentication_file = modify_irods_authentication_file)
5151

5252
def modify(self, *args, **kwargs):
5353
self.manager.modify(self.name, *args, **kwargs)

0 commit comments

Comments
 (0)