From 019117d229d30dd683bfc8ee44433ce7d5beebb2 Mon Sep 17 00:00:00 2001 From: Kevin Moore Date: Wed, 5 Apr 2023 15:10:15 -0700 Subject: [PATCH] Fix formatting --- wasm/lib/src/module.dart | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/wasm/lib/src/module.dart b/wasm/lib/src/module.dart index b2fb031..bf070e4 100644 --- a/wasm/lib/src/module.dart +++ b/wasm/lib/src/module.dart @@ -78,10 +78,10 @@ void _wasmFnImportFinalizer(Pointer<_WasmFnImport> imp) { final _wasmFnImportTrampolineNative = Pointer.fromFunction< Pointer Function( - Pointer<_WasmFnImport>, - Pointer, - Pointer, -)>(_wasmFnImportTrampoline); + Pointer<_WasmFnImport>, + Pointer, + Pointer, + )>(_wasmFnImportTrampoline); final _wasmFnImportToFn = {}; // This will be needed again once #47 is fixed.