You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by bl...@apache.org on 2020/03/28 15:46:17 UTC

[pulsar-dotpulsar] branch master updated: Add newline at end of file

This is an automated email from the ASF dual-hosted git repository.

blankensteiner pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-dotpulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new 972bfad  Add newline at end of file
972bfad is described below

commit 972bfad89531632291f67163a83a3adaef4a47f4
Author: Daniel Blankensteiner <db...@vmail.dk>
AuthorDate: Sat Mar 28 16:46:07 2020 +0100

    Add newline at end of file
---
 tests/DotPulsar.StressTests/ConsumerTests.cs                     | 2 +-
 tests/DotPulsar.StressTests/EnumerableTaskExtensions.cs          | 2 +-
 tests/DotPulsar.StressTests/Fixtures/StandaloneClusterFixture.cs | 2 +-
 tests/DotPulsar.StressTests/Fixtures/StandaloneClusterTests.cs   | 2 +-
 tests/DotPulsar.StressTests/XunitExceptionHandler.cs             | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/tests/DotPulsar.StressTests/ConsumerTests.cs b/tests/DotPulsar.StressTests/ConsumerTests.cs
index eb06762..f256891 100644
--- a/tests/DotPulsar.StressTests/ConsumerTests.cs
+++ b/tests/DotPulsar.StressTests/ConsumerTests.cs
@@ -93,4 +93,4 @@ namespace DotPulsar.StressTests
             }
         }
     }
-}
\ No newline at end of file
+}
diff --git a/tests/DotPulsar.StressTests/EnumerableTaskExtensions.cs b/tests/DotPulsar.StressTests/EnumerableTaskExtensions.cs
index c633558..0558fac 100644
--- a/tests/DotPulsar.StressTests/EnumerableTaskExtensions.cs
+++ b/tests/DotPulsar.StressTests/EnumerableTaskExtensions.cs
@@ -89,4 +89,4 @@ namespace DotPulsar.StressTests
         [DebuggerStepThrough]
         public static Task<T[]> WhenAll<T>(this IEnumerable<Task<T>> source) => Task.WhenAll(source);
     }
-}
\ No newline at end of file
+}
diff --git a/tests/DotPulsar.StressTests/Fixtures/StandaloneClusterFixture.cs b/tests/DotPulsar.StressTests/Fixtures/StandaloneClusterFixture.cs
index a3ab33b..3b4e064 100644
--- a/tests/DotPulsar.StressTests/Fixtures/StandaloneClusterFixture.cs
+++ b/tests/DotPulsar.StressTests/Fixtures/StandaloneClusterFixture.cs
@@ -83,4 +83,4 @@ namespace DotPulsar.StressTests.Fixtures
             }
         }
     }
-}
\ No newline at end of file
+}
diff --git a/tests/DotPulsar.StressTests/Fixtures/StandaloneClusterTests.cs b/tests/DotPulsar.StressTests/Fixtures/StandaloneClusterTests.cs
index 3379607..e603fb5 100644
--- a/tests/DotPulsar.StressTests/Fixtures/StandaloneClusterTests.cs
+++ b/tests/DotPulsar.StressTests/Fixtures/StandaloneClusterTests.cs
@@ -21,4 +21,4 @@ namespace DotPulsar.StressTests.Fixtures
     {
 
     }
-}
\ No newline at end of file
+}
diff --git a/tests/DotPulsar.StressTests/XunitExceptionHandler.cs b/tests/DotPulsar.StressTests/XunitExceptionHandler.cs
index 52c168c..159781d 100644
--- a/tests/DotPulsar.StressTests/XunitExceptionHandler.cs
+++ b/tests/DotPulsar.StressTests/XunitExceptionHandler.cs
@@ -46,4 +46,4 @@ namespace DotPulsar.StressTests
                     $"{exceptionContext.Exception.StackTrace}");
         }
     }
-}
\ No newline at end of file
+}