Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
TomTriple committed Sep 25, 2023
1 parent 8c99c0a commit 854557c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions zio-http/src/main/scala/zio/http/Request.scala
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,9 @@ package zio.http
import java.net.InetAddress

import zio.stacktracer.TracingImplicits.disableAutoTrace
import zio.{NonEmptyChunk, Trace, ZIO}
import zio.{Chunk, Trace, ZIO}

import zio.http.internal.HeaderOps
import zio.Chunk

final case class Request(
version: Version = Version.Default,
Expand Down

0 comments on commit 854557c

Please sign in to comment.