Skip to content

Commit

Permalink
Reformat with scalafmt 3.8.4
Browse files Browse the repository at this point in the history
Executed command: scalafmt --non-interactive
  • Loading branch information
scala-steward committed Jan 16, 2025
1 parent 19c3dc2 commit 205ef10
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions scalawiki-core/src/main/scala/org/scalawiki/dto/Image.scala
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,8 @@ object Image {
)
)
yield {
val renamedAuthor = fromRev.author.map(author =>
AuthorsMap.renames.getOrElse(author, author)
)
val renamedAuthor = fromRev.author
.map(author => AuthorsMap.renames.getOrElse(author, author))
fromImage.copy(
monumentIds = fromRev.monumentIds,
author = renamedAuthor,
Expand Down

0 comments on commit 205ef10

Please sign in to comment.