Skip to content

Commit bf2a92c

Browse files
authored
housekeeping: remove trialing whitespace.
1 parent e6122c8 commit bf2a92c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/System.Reactive.Wasm/Internal/WasmPlatformEnlightenmentProvider.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public class WasmPlatformEnlightenmentProvider : CurrentPlatformEnlightenmentPro
3535
return true;
3636
}
3737
}, LazyThreadSafetyMode.PublicationOnly);
38-
38+
3939
/// <summary>Gets a value indicating whether the current executable is processing under WASM.</summary>
4040
public static bool IsWasm => _isWasm.Value;
4141

0 commit comments

Comments
 (0)