Skip to content

Commit

Permalink
Update scalafmt-core to 3.4.2 (#1316)
Browse files Browse the repository at this point in the history
* Update scalafmt-core to 3.4.2

* Reformat with scalafmt 3.4.2
  • Loading branch information
scala-steward committed Feb 7, 2022
1 parent 9396b3d commit e02926c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "3.3.3"
version = "3.4.2"
runner.dialect = scala213
maxColumn = 100
spaces.afterKeywordBeforeParen = true
Expand Down
2 changes: 1 addition & 1 deletion app/models/Event.scala
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ case class Event(
val stripChars = "\"<>'"
s"${Area.fromId(area).map(_.name).getOrElse("")} $level $code ${fromUserName.filterNot(stripChars contains _)} " +
s"${description.filterNot(stripChars contains _)} $ipAddress $id $fromUserId ${toApplicationId
.getOrElse("")} ${toUserId.getOrElse("")}"
.getOrElse("")} ${toUserId.getOrElse("")}"
}

}

0 comments on commit e02926c

Please sign in to comment.