From 0197b51f7212cd80242fcc0fac6dbd8032630f86 Mon Sep 17 00:00:00 2001 From: Robin Neatherway Date: Tue, 18 Oct 2022 12:08:47 +0100 Subject: [PATCH] Replace spaces with tabs in mixed whitespace string (#6456) This makes the indentation of the query consistent no matter your local tab size rendering. --- api/query_builder.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/query_builder.go b/api/query_builder.go index 5ed9bcb74..2fb45bd81 100644 --- a/api/query_builder.go +++ b/api/query_builder.go @@ -185,7 +185,7 @@ func RequiredStatusCheckRollupGraphQL(prID, after string) string { state, targetUrl, createdAt, - isRequired(pullRequestId: %[2]s) + isRequired(pullRequestId: %[2]s) }, ...on CheckRun { name, @@ -195,7 +195,7 @@ func RequiredStatusCheckRollupGraphQL(prID, after string) string { startedAt, completedAt, detailsUrl, - isRequired(pullRequestId: %[2]s) + isRequired(pullRequestId: %[2]s) } }, pageInfo{hasNextPage,endCursor}