Skip to content

Commit e809336

Browse files
committed
Right aligning
Signed-off-by: Diogenes Fernandes <diofeher@gmail.com>
1 parent 4d37f89 commit e809336

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

github/resource_github_team.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,8 @@ func resourceGithubTeamDelete(d *schema.ResourceData, meta any) error {
335335
been deleted already (via parallel runs), the child team is also already gone (deleted by
336336
GitHub automatically).
337337
So we're checking if it still exists and if not, simply remove it from TF state.
338-
*/ if err != nil {
338+
*/
339+
if err != nil {
339340
// Fetch the team in order to see if it exists or not (http 404)
340341
_, _, err = client.Teams.GetTeamByID(ctx, orgId, id)
341342
if err != nil {

0 commit comments

Comments
 (0)