Skip to content

Commit 590430d

Browse files
committed
Tweaked formatting
1 parent c53f2d1 commit 590430d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

typedrest/src/main/kotlin/net/typedrest/endpoints/generic/CollectionEndpoint.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ package net.typedrest.endpoints.generic
77
*
88
* @param TEntity The type of individual elements in the collection.
99
*/
10-
interface CollectionEndpoint<TEntity> : GenericCollectionEndpoint<TEntity, ElementEndpoint<TEntity>>
10+
interface CollectionEndpoint<TEntity>
11+
: GenericCollectionEndpoint<TEntity, ElementEndpoint<TEntity>>

0 commit comments

Comments
 (0)