From e049d303d911b02d7505214e56744f21437f3916 Mon Sep 17 00:00:00 2001 From: Rasmus Dahlberg Date: Thu, 22 Oct 2020 20:10:03 +0200 Subject: indented using go fmt --- handler.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'handler.go') diff --git a/handler.go b/handler.go index 57adaf1..10defba 100644 --- a/handler.go +++ b/handler.go @@ -175,9 +175,9 @@ func getProofByHash(ctx context.Context, i *instance, w http.ResponseWriter, r * } trillianRequest := trillian.GetInclusionProofByHashRequest{ - LogId: i.logID, - LeafHash: request.Hash, - TreeSize: request.TreeSize, + LogId: i.logID, + LeafHash: request.Hash, + TreeSize: request.TreeSize, OrderBySequence: true, } trillianResponse, err := i.client.GetInclusionProofByHash(ctx, &trillianRequest) -- cgit v1.2.3