Skip to content

Commit 7a1fa11

Browse files
committed
sty: fix indentation
1 parent e219b49 commit 7a1fa11

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

fmriprep/workflows/bold/confounds.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -692,9 +692,9 @@ def _getusans_func(image, thresh):
692692

693693
ica_aroma_metadata_fmt = pe.Node(
694694
TSV2JSON(index_column='IC', output=None, enforce_case=True,
695-
additional_metadata={
696-
'Method': {'Name': 'ICA-AROMA', 'Version': '0.3-beta'}
697-
}),
695+
additional_metadata={'Method': {
696+
'Name': 'ICA-AROMA',
697+
'Version': '0.3-beta'}}),
698698
name='ica_aroma_metadata_fmt')
699699

700700
ds_report_ica_aroma = pe.Node(

0 commit comments

Comments
 (0)