From 2f6d124de15c450d002331af6c2faaee8a0fec97 Mon Sep 17 00:00:00 2001 From: Alexey Proshutinskiy Date: Mon, 27 Sep 2021 16:36:04 +0300 Subject: [PATCH] add missing line --- aqua/trust-graph-api.aqua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aqua/trust-graph-api.aqua b/aqua/trust-graph-api.aqua index 8ab7ca2..a42b91d 100644 --- a/aqua/trust-graph-api.aqua +++ b/aqua/trust-graph-api.aqua @@ -60,4 +60,4 @@ func revoke(node: string, revoke: Revoke) -> RevokeResult: on node: timestamp_sec <- Peer.timestamp_sec() result <- TrustGraph.revoke(revoke, timestamp_sec) - <- result \ No newline at end of file + <- result