Skip to content
This repository has been archived by the owner on Jul 1, 2023. It is now read-only.

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo committed Apr 5, 2023
1 parent 1c952c0 commit 019117d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions wasm/lib/src/module.dart
Expand Up @@ -78,10 +78,10 @@ void _wasmFnImportFinalizer(Pointer<_WasmFnImport> imp) {

final _wasmFnImportTrampolineNative = Pointer.fromFunction<
Pointer<WasmerTrap> Function(
Pointer<_WasmFnImport>,
Pointer<WasmerValVec>,
Pointer<WasmerValVec>,
)>(_wasmFnImportTrampoline);
Pointer<_WasmFnImport>,
Pointer<WasmerValVec>,
Pointer<WasmerValVec>,
)>(_wasmFnImportTrampoline);
final _wasmFnImportToFn = <int, Function>{};

// This will be needed again once #47 is fixed.
Expand Down

0 comments on commit 019117d

Please sign in to comment.