From acb6788e9ebfcfddc5d53b81513f18a30ba17d14 Mon Sep 17 00:00:00 2001 From: Gary Belvin Date: Mon, 15 Jul 2019 14:08:40 +0100 Subject: [PATCH] Remove trailing whitespace --- core/testdata/transcript_go_proto/transcript.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/testdata/transcript_go_proto/transcript.proto b/core/testdata/transcript_go_proto/transcript.proto index 346824dfc..1cbadcca7 100644 --- a/core/testdata/transcript_go_proto/transcript.proto +++ b/core/testdata/transcript_go_proto/transcript.proto @@ -59,5 +59,5 @@ message BatchGetUser { // BatchListUserRevisions request and response message BatchListUserRevisions { v1.BatchListUserRevisionsRequest request = 1; - v1.BatchListUserRevisionsResponse response = 2; + v1.BatchListUserRevisionsResponse response = 2; }