Merge pull request #127 from scala-steward/update/scalafmt-core-3.3.2
Update scalafmt-core to 3.3.2
This commit is contained in:
commit
7cb2d28968
|
@ -1,3 +1,3 @@
|
|||
version="3.3.1"
|
||||
version="3.3.2"
|
||||
maxColumn = 120
|
||||
runner.dialect = scala3
|
||||
|
|
|
@ -11,7 +11,6 @@ import java.io.{FileNotFoundException, File, PrintWriter}
|
|||
import java.{util => ju}
|
||||
import lc.misc.HelperFunctions
|
||||
|
||||
|
||||
class Config(configFilePath: String) {
|
||||
|
||||
import Config.formats
|
||||
|
|
|
@ -28,7 +28,7 @@ case class ConfigField(
|
|||
playgroundEnabled: Option[java.lang.Boolean],
|
||||
corsHeader: Option[String],
|
||||
maxAttempts: Option[Integer]
|
||||
){
|
||||
) {
|
||||
lazy val portInt: Option[Int] = mapInt(port)
|
||||
lazy val throttleInt: Option[Int] = mapInt(throttle)
|
||||
lazy val seedInt: Option[Int] = mapInt(seed)
|
||||
|
|
Loading…
Reference in New Issue