Skip to content

Commit e9cf324

Browse files
author
Petr Sramek
committed
formatting test
1 parent 1cd109b commit e9cf324

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/PolylineAlgorithm/InvalidCoordinateException.cs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@ namespace PolylineAlgorithm;
1515
/// </summary>
1616
[SuppressMessage("Design", "CA1032:Implement standard exception constructors", Justification = "Internal use only.")]
1717
[DebuggerDisplay($"{nameof(InvalidCoordinateException)}: {{ToString()}}")]
18-
public sealed class InvalidCoordinateException : Exception {
18+
public sealed class InvalidCoordinateException : Exception
19+
20+
21+
22+
{
1923
/// <summary>
2024
/// Initializes a new instance of the <see cref="InvalidCoordinateException"/> class with the specified coordinate and error message.
2125
/// </summary>

0 commit comments

Comments
 (0)