From bf2a92c00d8d5ca23a863a94dc23e5a3c550e7df Mon Sep 17 00:00:00 2001 From: Glenn <5834289+glennawatson@users.noreply.github.com> Date: Tue, 25 Jun 2019 16:59:13 +1000 Subject: [PATCH] housekeeping: remove trialing whitespace. --- .../Internal/WasmPlatformEnlightenmentProvider.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/System.Reactive.Wasm/Internal/WasmPlatformEnlightenmentProvider.cs b/src/System.Reactive.Wasm/Internal/WasmPlatformEnlightenmentProvider.cs index 64ca694..b7da473 100644 --- a/src/System.Reactive.Wasm/Internal/WasmPlatformEnlightenmentProvider.cs +++ b/src/System.Reactive.Wasm/Internal/WasmPlatformEnlightenmentProvider.cs @@ -35,7 +35,7 @@ public class WasmPlatformEnlightenmentProvider : CurrentPlatformEnlightenmentPro return true; } }, LazyThreadSafetyMode.PublicationOnly); - + /// Gets a value indicating whether the current executable is processing under WASM. public static bool IsWasm => _isWasm.Value;