Skip to content

Commit 8001c87

Browse files
committed
Trigger expected Qodana failure (incorrect indentation)
1 parent 491ba6f commit 8001c87

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/JsonApiDotNetCore/Configuration/PageNumber.cs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@
33
namespace JsonApiDotNetCore.Configuration;
44

55
[PublicAPI]
6-
public sealed class PageNumber : IEquatable<PageNumber>
7-
{
6+
public sealed class PageNumber : IEquatable<PageNumber> {
87
public static readonly PageNumber ValueOne = new(1);
98

10-
public int OneBasedValue { get; }
9+
public int OneBasedValue { get; }
1110

1211
public PageNumber(int oneBasedValue)
1312
{

0 commit comments

Comments
 (0)