Skip to content

Commit 72a1c4d

Browse files
committed
formatting
1 parent a510415 commit 72a1c4d

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,6 @@ set(XEUS_CPP_SRC
219219
if(NOT EMSCRIPTEN)
220220
list(APPEND XEUS_CPP_SRC
221221
src/xmagics/xassist.cpp
222-
223222
)
224223
endif()
225224

src/xinterpreter.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,6 @@ __get_cxx_version ()
375375
preamble_manager["magics"].get_cast<xmagics_manager>().register_magic("file", writefile());
376376
#ifndef EMSCRIPTEN
377377
preamble_manager["magics"].get_cast<xmagics_manager>().register_magic("xassist", xassist());
378-
379378
#endif
380379
}
381380
}

0 commit comments

Comments
 (0)