Skip to content

Commit ed33dfa

Browse files
committed
Resharper: remove redundant body
1 parent b958174 commit ed33dfa

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/JsonApiDotNetCore.MongoDb/Resources/IMongoIdentifiable.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,4 @@ namespace JsonApiDotNetCore.MongoDb.Resources;
55
/// <summary>
66
/// Marker interface to indicate a resource that is stored in MongoDB.
77
/// </summary>
8-
public interface IMongoIdentifiable : IIdentifiable<string?>
9-
{
10-
}
8+
public interface IMongoIdentifiable : IIdentifiable<string?>;

0 commit comments

Comments
 (0)