Skip to content

Commit adf5a35

Browse files
committed
FIX: Indentation
1 parent ca1b004 commit adf5a35

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nipype/interfaces/base.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1950,7 +1950,8 @@ def version(klass):
19501950
else:
19511951
return None
19521952

1953-
klass._version = klass.parse_version(raw_info)
1953+
klass._version = klass.parse_version(raw_info)
1954+
19541955
return klass._version
19551956

19561957
@staticmethod

0 commit comments

Comments
 (0)