Skip to content

Commit a58f1e8

Browse files
committed
Fix style issue.
1 parent 3e3e2c1 commit a58f1e8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

fmriprep/workflows/bold/confounds.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,9 @@ def init_bold_confs_wf(
474474
name="conf_corr_plot",
475475
)
476476
ds_report_conf_corr = pe.Node(
477-
DerivativesDataSink(desc="confoundcorr", datatype="figures", dismiss_entities=dismiss_echo()),
477+
DerivativesDataSink(
478+
desc="confoundcorr", datatype="figures", dismiss_entities=dismiss_echo()
479+
),
478480
name="ds_report_conf_corr",
479481
run_without_submitting=True,
480482
mem_gb=DEFAULT_MEMORY_MIN_GB,

0 commit comments

Comments
 (0)