Skip to content

Commit

Permalink
Prettier fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dphm committed Mar 6, 2024
1 parent c3dab2b commit fb7ee0f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions examples/github/examples/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -2410,7 +2410,7 @@ type IssueTimelineConnection {

"An item in an issue timeline"
union IssueTimelineItem =
AssignedEvent
| AssignedEvent
| ClosedEvent
| Commit
| CrossReferencedEvent
Expand Down Expand Up @@ -5009,7 +5009,7 @@ type PullRequestTimelineConnection {

"An item in an pull request timeline"
union PullRequestTimelineItem =
AssignedEvent
| AssignedEvent
| BaseRefForcePushedEvent
| ClosedEvent
| Commit
Expand Down Expand Up @@ -6940,7 +6940,7 @@ type ReviewRequestedEvent implements Node {

"The results of a search."
union SearchResultItem =
Issue
| Issue
| MarketplaceListing
| Organization
| PullRequest
Expand Down
6 changes: 3 additions & 3 deletions graphql_client_codegen/src/schema/tests/github_schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -2409,7 +2409,7 @@ type IssueTimelineConnection {

"An item in an issue timeline"
union IssueTimelineItem =
AssignedEvent
| AssignedEvent
| ClosedEvent
| Commit
| CrossReferencedEvent
Expand Down Expand Up @@ -5008,7 +5008,7 @@ type PullRequestTimelineConnection {

"An item in an pull request timeline"
union PullRequestTimelineItem =
AssignedEvent
| AssignedEvent
| BaseRefForcePushedEvent
| ClosedEvent
| Commit
Expand Down Expand Up @@ -6939,7 +6939,7 @@ type ReviewRequestedEvent implements Node {

"The results of a search."
union SearchResultItem =
Issue
| Issue
| MarketplaceListing
| Organization
| PullRequest
Expand Down

0 comments on commit fb7ee0f

Please sign in to comment.