From 25b2ef3732eff18a69483882540ca58fd35890ac Mon Sep 17 00:00:00 2001 From: Richard Soderberg <rsoderberg@gmail.com> Date: Mon, 2 Apr 2012 03:24:53 -0700 Subject: [PATCH] adjust whitespace in ruby example --- docs/PRIMARY_PROTOCOL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/PRIMARY_PROTOCOL.md b/docs/PRIMARY_PROTOCOL.md index 751e0827e..13b3bf5bc 100644 --- a/docs/PRIMARY_PROTOCOL.md +++ b/docs/PRIMARY_PROTOCOL.md @@ -294,7 +294,7 @@ Generate a public key JSON document in Ruby: private_key = OpenSSL::PKey::RSA.new(1024) public_key = private_key.public_key - {"algorithm"=> "RS", "n" => public_key.n.to_s, "e" => public_key.e.to_s }.to_json + { "algorithm" => "RS", "n" => public_key.n.to_s, "e" => public_key.e.to_s }.to_json ### 6.2 Certificate Format -- GitLab