Replace spaces with tabs in mixed whitespace string (#6456)

This makes the indentation of the query consistent no matter your
local tab size rendering.
This commit is contained in:
Robin Neatherway 2022-10-18 12:08:47 +01:00 committed by GitHub
parent e7270e401d
commit 0197b51f72
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}