Skip to content

Commit 142bac4

Browse files
committed
review: fix format.
Signed-off-by: Piotr Sikora <[email protected]>
1 parent f2b6233 commit 142bac4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/runtime_test.cc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,10 +152,10 @@ class TestCounterContext : public TestContext {
152152
size_t counter = 0;
153153
};
154154

155-
class TestCounterWasm : public TestWasm {
156-
public:
155+
class TestCounterWasm : public TestWasm {
156+
public:
157157
TestCounterWasm(std::unique_ptr<WasmVm> wasm_vm) : TestWasm(std::move(wasm_vm)) {}
158-
158+
159159
ContextBase *createVmContext() override { return new TestCounterContext(this); };
160160
};
161161

0 commit comments

Comments
 (0)