]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/http2/hpack/hpack-tests.factor
factor: fix some spacing
[factor.git] / extra / http2 / hpack / hpack-tests.factor
index c6e4a5c153b096f7eb881966827a7afec190227a..1b42abeba00b090fa0dadd8e70d39e3e5e779e4b 100644 (file)
@@ -107,7 +107,7 @@ CONSTANT: c53h { { ":status" "200" }
 
 ! RFC7541 Appendix C.2.1
 { T{ hpack-context f 4096 { { "custom-key" "custom-header" } } } 
-   26 { "custom-key" "custom-header" } }
+    26 { "custom-key" "custom-header" } }
 [ hpack-context new c21 0 decode-field nipd ] unit-test
 
 ! RFC7541 Appendix C.2.2