Skip to content

Commit

Permalink
Reformat with scalafmt 3.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and jchapuis committed Jan 20, 2022
1 parent f927a2b commit f50a2dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runtime/src/main/scala/endless/runtime/akka/Deployer.scala
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ trait Deployer {
* Although its signature looks complicated, in practice usage of this method isn't difficult
* with the proper implicits and definitions: refer to the sample application for example usage:
*
* ```scala deployEntity[IO, Booking, BookingEvent, BookingID, BookingAlg, BookingRepositoryAlg](
* BookingEntity(_), BookingRepository(_), BookingEffector(_) )```
* \```scala deployEntity[IO, Booking, BookingEvent, BookingID, BookingAlg,
* BookingRepositoryAlg]( BookingEntity(_), BookingRepository(_), BookingEffector(_) )```
*
* '''Important''': `deployEntity` needs to be called upon application startup, before joining
* the cluster as the `ClusterSharding` extension needs to know about the various entity types
Expand Down

0 comments on commit f50a2dc

Please sign in to comment.