Skip to content

Commit 6be3e00

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 d319c73 + 6dc8f0e commit 6be3e00

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)