Skip to content

Commit 2ee5d46

Browse files
committed
STY: Indentation
1 parent 4ccbef4 commit 2ee5d46

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

nibabies/workflows/bold/base.py

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -904,15 +904,15 @@ def init_func_preproc_wf(bold_file, has_fieldmap=False):
904904
)
905905

906906
ds_report_sdc = pe.Node(
907-
DerivativesDataSink(
908-
base_directory=nibabies_dir,
909-
desc="sdc",
910-
suffix="bold",
911-
datatype="figures",
912-
dismiss_entities=("echo",)
913-
),
914-
name="ds_report_sdc",
915-
run_without_submitting=True,
907+
DerivativesDataSink(
908+
base_directory=nibabies_dir,
909+
desc="sdc",
910+
suffix="bold",
911+
datatype="figures",
912+
dismiss_entities=("echo",)
913+
),
914+
name="ds_report_sdc",
915+
run_without_submitting=True,
916916
)
917917

918918
unwarp_masker = pe.Node(BrainExtraction(), name='unwarp_masker')

0 commit comments

Comments
 (0)