فهرست منبع

Code cosmetics in Dematerialize.

Bart De Smet 8 سال پیش
والد
کامیت
2ae97ab1ee
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      AsyncRx.NET/System.Reactive.Async.Linq/System/Reactive/Linq/Operators/Dematerialize.cs

+ 1 - 1
AsyncRx.NET/System.Reactive.Async.Linq/System/Reactive/Linq/Operators/Dematerialize.cs

@@ -22,7 +22,7 @@ namespace System.Reactive.Linq
             if (observer == null)
                 throw new ArgumentNullException(nameof(observer));
 
-            return Create< Notification<TSource>>(
+            return Create<Notification<TSource>>(
                 n => n.AcceptAsync(observer),
                 observer.OnErrorAsync,
                 observer.OnCompletedAsync