Skip to content

Commit bb57bba

Browse files
committed
wrap line to avoid style error
1 parent 2c502a0 commit bb57bba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

core/http/src/header/known_content_codings.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ macro_rules! known_content_codings {
33
Any (is_any): "any content coding", "*",
44
// BR (is_br): "Brotli Compressed Data Format", "br",
55
// COMPRESS (is_compress): "UNIX \"compress\" data format", "compress",
6-
// DEFLATE (is_deflate): "\"deflate\" compressed data inside the \"zlib\" data format", "deflate",
6+
// DEFLATE (is_deflate): "\"deflate\" compressed data inside the \"zlib\"
7+
// data format", "deflate",
78
GZIP (is_gzip): "GZIP file format", "gzip",
89
IDENTITY (is_identity): "Reserved", "identity",
910
})

0 commit comments

Comments
 (0)