Commit bbe1d269 authored by Nils Goroll's avatar Nils Goroll

fix rst formatting

parent 26d2fb78
...@@ -51,10 +51,10 @@ Example ...@@ -51,10 +51,10 @@ Example
sub vcl_init { sub vcl_init {
new v = crypto.verifier(sha256, {" new v = crypto.verifier(sha256, {"
-----BEGIN PUBLIC KEY----- -----BEGIN PUBLIC KEY-----
... ...
-----END PUBLIC KEY----- -----END PUBLIC KEY-----
"}); "});
} }
sub vcl_deliver { sub vcl_deliver {
if (! v.update("data")) { if (! v.update("data")) {
......
...@@ -22,10 +22,10 @@ Example ...@@ -22,10 +22,10 @@ Example
sub vcl_init { sub vcl_init {
new v = crypto.verifier(sha256, {" new v = crypto.verifier(sha256, {"
-----BEGIN PUBLIC KEY----- -----BEGIN PUBLIC KEY-----
... ...
-----END PUBLIC KEY----- -----END PUBLIC KEY-----
"}); "});
} }
sub vcl_deliver { sub vcl_deliver {
if (! v.update("data")) { if (! v.update("data")) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment