diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs index fc885d5..727aad9 100644 --- a/.git-blame-ignore-revs +++ b/.git-blame-ignore-revs @@ -12,3 +12,6 @@ cc4f48597d3151542ecec3c159159e1793926314 # Scala Steward: Reformat with scalafmt 3.8.2 60f546bd54981b54826a07f290b287cd105d6a9a + +# Scala Steward: Reformat with scalafmt 3.8.4 +884f75ef0224c38d359b4f798246704494ec68cb diff --git a/.scalafmt.conf b/.scalafmt.conf index 44630a0..d5d5246 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,5 +1,5 @@ runner.dialect = scala213 -version = 3.8.2 +version = 3.8.4 maxColumn = 120 fileOverride { "glob:**/scala-3/**" { diff --git a/core/src/main/scala/sttp/model/Uri.scala b/core/src/main/scala/sttp/model/Uri.scala index abce7ab..33e3d9d 100644 --- a/core/src/main/scala/sttp/model/Uri.scala +++ b/core/src/main/scala/sttp/model/Uri.scala @@ -32,7 +32,7 @@ import scala.collection.mutable * Instances can be created using the uri interpolator: `uri"..."` (see [[UriInterpolator]]), or the factory methods on * the [[Uri]] companion object. * - * The `apply`/`safeApply`/`unsafeApply` methods create absolute URIs and require a host. The `relative` methods + * The `apply` /`safeApply`/`unsafeApply` methods create absolute URIs and require a host. The `relative` methods * creates a relative URI, given path/query/fragment components. * * @param querySegments