Skip to content

Commit fe3f533

Browse files
author
Clemens Mandl
committed
Fixed indention in Line 217 and 218
1 parent ff7d723 commit fe3f533

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/export/nb/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,8 @@ def create_jinja_ctx(self):
214214
sys_libs = [self.prepare_sys_lib(lib) for lib
215215
in self.toolchain.sys_libs]
216216
preproc = " ".join([basename(self.toolchain.preproc[0])] +
217-
self.toolchain.preproc[1:] +
218-
self.toolchain.ld[1:])
217+
self.toolchain.preproc[1:] +
218+
self.toolchain.ld[1:])
219219

220220
if 'nbproject' in include_paths:
221221
include_paths.remove('nbproject')

0 commit comments

Comments
 (0)