Skip to content

Commit 2027c70

Browse files
Mathieu DuboisMathieu Dubois
authored andcommitted
DOC add blank line in matlab examples
1 parent ef6c57c commit 2027c70

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/devel/matlab_example1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ def _run_interface(self, runtime):
4444
def _list_outputs(self):
4545
outputs = self._outputs().get()
4646
outputs['out_file'] = os.path.abspath(self.inputs.out_file)
47-
return outputs
47+
return outputs

doc/devel/matlab_example2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ def run(self, **inputs):
5151

5252
def _list_outputs(self):
5353
outputs = self._outputs().get()
54-
return outputs
54+
return outputs

0 commit comments

Comments
 (0)