Skip to content

Commit 34c6baf

Browse files
committed
nit formatting
Signed-off-by: Rachel Green <[email protected]>
1 parent f0262b7 commit 34c6baf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/wasm.cc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -378,8 +378,7 @@ ContextBase *WasmBase::getRootContext(const std::shared_ptr<PluginBase> &plugin,
378378
void WasmBase::startVm(ContextBase *root_context) {
379379
// wasi_snapshot_preview1.clock_time_get
380380
wasm_vm_->setRestrictedCallback(
381-
true, {
382-
// emscripten
381+
true, {// emscripten
383382
"env.emscripten_notify_memory_growth",
384383
// logging (Proxy-Wasm)
385384
"env.proxy_log",

0 commit comments

Comments
 (0)