Skip to content

Commit 4c01198

Browse files
author
scala-steward
committed
Reformat with scalafmt 3.8.4
Executed command: scalafmt --non-interactive
1 parent 81c3c4a commit 4c01198

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/scala/sttp/model/Uri.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ import scala.collection.mutable
3232
* Instances can be created using the uri interpolator: `uri"..."` (see [[UriInterpolator]]), or the factory methods on
3333
* the [[Uri]] companion object.
3434
*
35-
* The `apply`/`safeApply`/`unsafeApply` methods create absolute URIs and require a host. The `relative` methods
35+
* The `apply` /`safeApply`/`unsafeApply` methods create absolute URIs and require a host. The `relative` methods
3636
* creates a relative URI, given path/query/fragment components.
3737
*
3838
* @param querySegments

0 commit comments

Comments
 (0)