Skip to content

Commit 9014a66

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent de98a19 commit 9014a66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pydra/tasks/fsl/model/cluster.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,8 +227,8 @@ class Cluster(ShellCommandTask):
227227
>>> task.inputs.in_file = "zstat1.nii.gz"
228228
>>> task.inputs.threshold = 2.3
229229
>>> task.inputs.use_mm = True
230-
>>> task.cmdline
231-
'cluster --in=zstat1.nii.gz --thresh=2.3000000000 --mm'
230+
>>> task.cmdline
231+
'cluster --in=zstat1.nii.gz --thresh=2.3000000000 --mm'
232232
"""
233233

234234
input_spec = Cluster_input_spec

0 commit comments

Comments
 (0)