From 4e1fa3965f708bf38993ea11d7734a4ab82db212 Mon Sep 17 00:00:00 2001 From: anutosh491 Date: Sun, 22 Dec 2024 11:11:08 +0530 Subject: [PATCH] clang tidy 2 --- include/xeus-cpp/xinterpreter_wasm.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/include/xeus-cpp/xinterpreter_wasm.hpp b/include/xeus-cpp/xinterpreter_wasm.hpp index ba0af2ca..2c45b1a1 100644 --- a/include/xeus-cpp/xinterpreter_wasm.hpp +++ b/include/xeus-cpp/xinterpreter_wasm.hpp @@ -25,7 +25,6 @@ namespace xcpp private: static std::vector create_args(); - }; }