Skip to content

Commit ee6c7d4

Browse files
authored
FIX: correct formatting in an attempt to appease black
1 parent 9917117 commit ee6c7d4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

fmriprep/workflows/bold/resampling.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1248,7 +1248,7 @@ def init_bold_grayords_wf(
12481248
12491249
Inputs
12501250
------
1251-
bold_fsLR : :obj:`str`
1251+
bold_fsLR : :obj:`str`
12521252
List of paths to BOLD series resampled as functional GIFTI files in fsLR space
12531253
bold_std : :obj:`str`
12541254
List of BOLD conversions to standard spaces.
@@ -1277,8 +1277,7 @@ def init_bold_grayords_wf(
12771277
generated with surface data transformed directly to fsLR space and subcortical
12781278
data transformed to {mni_density} mm resolution MNI152NLin6Asym space.
12791279
""".format(
1280-
density=grayord_density,
1281-
mni_density=mni_density
1280+
density=grayord_density, mni_density=mni_density
12821281
)
12831282

12841283
inputnode = pe.Node(

0 commit comments

Comments
 (0)