فهرست منبع

Add missink comma

Dávid Karnok 7 سال پیش
والد
کامیت
d8dff4a671
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      Rx.NET/Source/benchmarks/Benchmarks.System.Reactive/Program.cs

+ 1 - 1
Rx.NET/Source/benchmarks/Benchmarks.System.Reactive/Program.cs

@@ -24,7 +24,7 @@ namespace Benchmarks.System.Reactive
                 typeof(RepeatBenchmark),
                 typeof(ComparisonBenchmark),
                 typeof(ComparisonAsyncBenchmark),
-                typeof(ScalarScheduleBenchmark)
+                typeof(ScalarScheduleBenchmark),
                 typeof(StableCompositeDisposableBenchmark),
                 typeof(ComparisonAsyncBenchmark)
 #if (CURRENT)