Lint project
This commit is contained in:
@@ -2,8 +2,8 @@ package fr.dcproject.entity
|
||||
import fr.postgresjson.entity.UuidEntity
|
||||
import java.util.*
|
||||
|
||||
class Follow <T: UuidEntity> (
|
||||
class Follow <T : UuidEntity> (
|
||||
id: UUID = UUID.randomUUID(),
|
||||
createdBy: Citizen,
|
||||
target: T
|
||||
): Extra<T>(id, createdBy, target)
|
||||
) : Extra<T>(id, createdBy, target)
|
||||
|
||||
Reference in New Issue
Block a user