Skip to content

Commit e2dcb32

Browse files
committed
Removed unecessary newlines.
Signed-off-by: Rachel Green <[email protected]>
1 parent 068b288 commit e2dcb32

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/wasmedge/wasmedge.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,6 @@ class WasmEdge : public WasmVm {
264264
};
265265
FOR_ALL_WASM_VM_EXPORTS(_GET_MODULE_FUNCTION)
266266
#undef _GET_MODULE_FUNCTION
267-
268267
private:
269268
template <typename... Args>
270269
void registerHostFunctionImpl(std::string_view module_name, std::string_view function_name,

src/wasmtime/wasmtime.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ class Wasmtime : public WasmVm {
8080
};
8181
FOR_ALL_WASM_VM_EXPORTS(_GET_MODULE_FUNCTION)
8282
#undef _GET_MODULE_FUNCTION
83-
8483
private:
8584
template <typename... Args>
8685
void registerHostFunctionImpl(std::string_view module_name, std::string_view function_name,

0 commit comments

Comments
 (0)