Skip to content

Commit 19c4e92

Browse files
committed
clang-format
1 parent 46fc2cd commit 19c4e92

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/tools/fuzzing/fuzzing.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,8 @@ void TranslateToFuzzReader::setupMemory() {
259259
builder.makeExport(hasher->name, hasher->name, ExternalKind::Function));
260260
// Export memory so JS fuzzing can use it
261261
if (!wasm.getExportOrNull("memory")) {
262-
wasm.addExport(builder.makeExport("memory", wasm.memories[0]->name, ExternalKind::Memory));
262+
wasm.addExport(builder.makeExport(
263+
"memory", wasm.memories[0]->name, ExternalKind::Memory));
263264
}
264265
}
265266

0 commit comments

Comments
 (0)