update ktlint rules
This commit is contained in:
@@ -8,5 +8,5 @@ import eventDemo.libs.event.EventStore
|
||||
* A stream to publish and read the played card event.
|
||||
*/
|
||||
class GameEventStore(
|
||||
private val eventStore: EventStore<GameEvent, GameId>,
|
||||
private val eventStore: EventStore<GameEvent, GameId>,
|
||||
) : EventStore<GameEvent, GameId> by eventStore
|
||||
|
||||
Reference in New Issue
Block a user