From e7f67b17252d87ee5211c222e9c8558d1e10c0c7 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Thu, 22 Aug 2019 01:33:41 -0700 Subject: [PATCH] Format with rustfmt. (#26) This will allow us to update the lightbeam version in Wasmtime. --- src/microwasm.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/microwasm.rs b/src/microwasm.rs index 3bbd3c856b..42d00e8ab0 100644 --- a/src/microwasm.rs +++ b/src/microwasm.rs @@ -2102,4 +2102,3 @@ where })) } } -