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