Skip to content

Commit

Permalink
wrap line to avoid style error
Browse files Browse the repository at this point in the history
  • Loading branch information
hcldan committed Apr 4, 2024
1 parent 2c502a0 commit bb57bba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/http/src/header/known_content_codings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ macro_rules! known_content_codings {
Any (is_any): "any content coding", "*",
// BR (is_br): "Brotli Compressed Data Format", "br",
// COMPRESS (is_compress): "UNIX \"compress\" data format", "compress",
// DEFLATE (is_deflate): "\"deflate\" compressed data inside the \"zlib\" data format", "deflate",
// DEFLATE (is_deflate): "\"deflate\" compressed data inside the \"zlib\"
// data format", "deflate",
GZIP (is_gzip): "GZIP file format", "gzip",
IDENTITY (is_identity): "Reserved", "identity",
})
Expand Down

0 comments on commit bb57bba

Please sign in to comment.