removed whitespace

This commit is contained in:
mbhandary
2020-04-16 15:44:46 -04:00
parent 85df40d86d
commit 3844c7eead

View File

@@ -140,13 +140,11 @@ function parse_manifest() {
return; return;
} }
display_manifest({"Sequence":seq, display_manifest({"Sequence":seq,
"Domain":domain, "Domain":domain,
"Master Public Key": public_key, "Master Public Key": public_key,
"Ephemeral Public Key":ephemeral_public_key}) "Ephemeral Public Key":ephemeral_public_key})
//This is the message that was signed by the validator's private key. //This is the message that was signed by the validator's private key.
let message = "[domain-attestation-blob:" + domain + ":" + public_key + "]"; let message = "[domain-attestation-blob:" + domain + ":" + public_key + "]";
const url = "https://" + domain + TOML_PATH + "?v=" + query_param++; const url = "https://" + domain + TOML_PATH + "?v=" + query_param++;