Skip to content

Commit

Permalink
Update scalafmt-core to 3.7.8 in main (#51)
Browse files Browse the repository at this point in the history
* Update scalafmt-core to 3.7.8 in main

* Reformat with scalafmt 3.7.8

Executed command: scalafmt --non-interactive

* Add 'Reformat with scalafmt 3.7.8' to .git-blame-ignore-revs

---------

Co-authored-by: Fabio Pinheiro <[email protected]>
Signed-off-by: atala-dev <[email protected]>

Signed-off-by: Shailesh Patil <[email protected]>
  • Loading branch information
atala-dev authored and mineme0110 committed May 1, 2024
1 parent 11f4bde commit 3270e29
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# Scala Steward: Reformat with scalafmt 3.7.1
85f0100dc0133df11c5577ba3c9e70029f04ea1f

# Scala Steward: Reformat with scalafmt 3.7.8
7f0ad6980840682687eb6bc0017014e08ae46421
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "3.7.5"
version = "3.7.8"
runner.dialect = scala3

maxColumn = 120
Expand Down
4 changes: 2 additions & 2 deletions webapp/src/main/scala/io/iohk/atala/mediator/MyRouter.scala
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ object MyRouter {
val title: String,
val icon: String // https://fonts.google.com/icons?selected=Material+Icons+Outlined
)

case object MediatorPage extends Page("Mediator", "diversity_3")

given mediatorPageRW: ReadWriter[MediatorPage.type] = macroRW

given rw: ReadWriter[Page] = macroRW
Expand Down

0 comments on commit 3270e29

Please sign in to comment.