Skip to content

Commit 49066e0

Browse files
committed
fix: indentation error
1 parent 6a7ce32 commit 49066e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/fsl/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ class Merge(FSLCommand):
169169
input_spec = MergeInputSpec
170170
output_spec = MergeOutputSpec
171171

172-
def _format_arg(self, name, spec, value):
172+
def _format_arg(self, name, spec, value):
173173
if name == 'tr':
174174
if self.inputs.dimension != 'tr':
175175
raise ValueError('When TR is specified, dimension has to be tr')

0 commit comments

Comments
 (0)