Skip to content

Commit 0197b51

Browse files
authored
Replace spaces with tabs in mixed whitespace string (cli#6456)
This makes the indentation of the query consistent no matter your local tab size rendering.
1 parent e7270e4 commit 0197b51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api/query_builder.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ func RequiredStatusCheckRollupGraphQL(prID, after string) string {
185185
state,
186186
targetUrl,
187187
createdAt,
188-
isRequired(pullRequestId: %[2]s)
188+
isRequired(pullRequestId: %[2]s)
189189
},
190190
...on CheckRun {
191191
name,
@@ -195,7 +195,7 @@ func RequiredStatusCheckRollupGraphQL(prID, after string) string {
195195
startedAt,
196196
completedAt,
197197
detailsUrl,
198-
isRequired(pullRequestId: %[2]s)
198+
isRequired(pullRequestId: %[2]s)
199199
}
200200
},
201201
pageInfo{hasNextPage,endCursor}

0 commit comments

Comments
 (0)