Skip to content

Commit e144365

Browse files
authored
fix: spacing
1 parent 273cb2b commit e144365

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/JsonApiDotNetCore/Hooks/Execution/RelationshipsDictionary.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,11 @@
77

88
namespace JsonApiDotNetCore.Hooks
99
{
10-
11-
12-
1310
/// <summary>
1411
/// A dummy interface used internally by the hook executor.
1512
/// </summary>
1613
public interface IRelationshipsDictionary { }
1714

18-
1915
/// <summary>
2016
/// An interface that is implemented to expose a relationship dictionary on another class.
2117
/// </summary>

0 commit comments

Comments
 (0)