Skip to content

Commit 4b87170

Browse files
committed
STY: Indentation
1 parent a7ff28e commit 4b87170

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

fmriprep/utils/bids.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -209,9 +209,10 @@ def write_derivative_description(bids_dir, deriv_dir):
209209
'CodeURL': DOWNLOAD_URL,
210210
},
211211
'CodeURL': 'https://github.com/poldracklab/fmriprep',
212-
'HowToAcknowledge': 'Please cite our paper '
213-
'(https://doi.org/10.1101/306951), and include the generated '
214-
'citation boilerplate within the Methods section of the text',
212+
'HowToAcknowledge':
213+
'Please cite our paper (https://doi.org/10.1101/306951), and '
214+
'include the generated citation boilerplate within the Methods '
215+
'section of the text.',
215216
}
216217

217218
# Keys that can only be set by environment

0 commit comments

Comments
 (0)