update ktlint rules
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
package eventDemo.libs.event
|
||||
|
||||
interface EventStore<E : Event<ID>, ID : AggregateId> {
|
||||
fun getStream(aggregateId: ID): EventStream<E>
|
||||
fun getStream(aggregateId: ID): EventStream<E>
|
||||
|
||||
fun publish(event: E)
|
||||
fun publish(event: E)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user