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:
parent
e7270e401d
commit
0197b51f72
1 changed files with 2 additions and 2 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue