Skip to content

Commit d46621f

Browse files
author
Petr Sramek
committed
Merge branch 'develop/1.0' of https://github.com/dropoutcoder/polyline-algorithm-csharp into develop/1.0
2 parents 47e42ca + 8a05de7 commit d46621f

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/PolylineAlgorithm/InvalidReaderStateException.cs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,7 @@ namespace PolylineAlgorithm;
1616
/// </summary>
1717
[SuppressMessage("Design", "CA1032:Implement standard exception constructors", Justification = "Internal use only.")]
1818
[DebuggerDisplay($"{nameof(InvalidReaderStateException)}: {{ToString()}}")]
19-
public sealed class InvalidReaderStateException : Exception
20-
21-
22-
23-
{
19+
public sealed class InvalidReaderStateException : Exception {
2420
private InvalidReaderStateException(string message)
2521
: base(message) { }
2622

0 commit comments

Comments
 (0)