Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean zio.http.codec.internal.AtomizedCodecs code #3212

Merged
merged 6 commits into from
Dec 15, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fmt
  • Loading branch information
guizmaii committed Nov 26, 2024
commit 4baa2116a95b44c32cd7c4dcc1f3dcc5bd612099
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ private[http] object AtomizedCodecs {
query = Chunk.empty,
header = Chunk.empty,
content = Chunk.empty,
status = Chunk.empty
status = Chunk.empty,
)

def flatten[R, A](in: HttpCodec[R, A]): AtomizedCodecs = {
Expand Down
Loading