Skip to content

Commit

Permalink
Fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
geirolz committed Jan 8, 2024
1 parent ec417ae commit 63cf98a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/scala-3/fly4s/core/data/Fly4sConfig.scala
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ case class Fly4sConfig(
) extends Fly4sConfigContract
object Fly4sConfig extends Fly4sConfigBuilder:

extension(i: Fly4sConfig)
extension (i: Fly4sConfig)
def withConnectRetries(connectRetries: Int): Fly4sConfig =
i.copy(connectRetries = connectRetries)

Expand Down

0 comments on commit 63cf98a

Please sign in to comment.