Skip to content

Commit

Permalink
chore: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ebk45 committed Jul 12, 2023
1 parent 00341cf commit 36d1521
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ static OrganisationClient create(final GitHubClient github, final String org) {
return new OrganisationClient(github, org);
}


/**
* Create a Teams API client.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ static TeamClient create(final GitHubClient github, final String org) {
return new TeamClient(github, org);
}


/**
* Create a team in an organisation.
*
Expand Down

0 comments on commit 36d1521

Please sign in to comment.