Skip to content

Commit

Permalink
Remove trailing whitespace in new line
Browse files Browse the repository at this point in the history
Remove trailing whitespace per style guidelines
  • Loading branch information
kjamison authored May 14, 2024
1 parent 0b3774b commit d487cc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fmriprep/utils/transforms.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def load_ants_h5(filename: Path) -> nt.base.TransformBase:
transform2 = h['TransformGroup']['2']

# Confirm these transformations are applicable
if transform2['TransformType'][:][0] not in (b'DisplacementFieldTransform_float_3_3',
if transform2['TransformType'][:][0] not in (b'DisplacementFieldTransform_float_3_3',
b'DisplacementFieldTransform_double_3_3'):
msg = 'Unknown transform type [2]\n'
for i in h['TransformGroup'].keys():
Expand Down

0 comments on commit d487cc1

Please sign in to comment.