Skip to content

Commit 8369d48

Browse files
committed
Removed whitespace to solve flake8's W293.
1 parent 5ea8366 commit 8369d48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nibabel/processing.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -325,13 +325,13 @@ def conform(from_img,
325325
Using the default arguments, this function is meant to replicate most parts
326326
of FreeSurfer's ``mri_convert --conform`` command. Specifically, this
327327
function:
328-
328+
329329
- Resamples data to ``output_shape``
330330
- Resamples voxel sizes to ``voxel_size``
331331
- Reorients to RAS (``mri_convert --conform`` reorients to LIA)
332332
333333
Unlike ``mri_convert --conform``, this command does not:
334-
334+
335335
- Transform data to range [0, 255]
336336
- Cast to unsigned eight-bit integer
337337

0 commit comments

Comments
 (0)