Skip to content

Commit

Permalink
indent
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitvinnakota-codecov committed Jun 4, 2024
1 parent d90c2be commit 7c25ff0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions graphql_api/tests/mutation/test_update_repository.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@

repo_query = """{
me {
owner {
owner {
repository(name: "gazebo") {
... on Repository {
activated
activated
defaultBranch
}
}
}
}
}
}
"""


Expand Down

0 comments on commit 7c25ff0

Please sign in to comment.