Skip to content

Commit 56213a0

Browse files
authored
Fix whitespace (again)
1 parent bb6c9a5 commit 56213a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dmriprep/interfaces/images.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def _run_interface(self, runtime):
106106
)
107107
return runtime
108108

109-
109+
110110
class _MatchTransformsInputSpec(BaseInterfaceInputSpec):
111111
b0_indices = traits.List(mandatory=True)
112112
dwi_files = InputMultiObject(File(exists=True), mandatory=True)

0 commit comments

Comments
 (0)