Skip to content

Commit

Permalink
iam: remove extra spaces after region tag (#2417)
Browse files Browse the repository at this point in the history
There were a few extra spaces after the [START iam_enable_service_account] region tag.
  • Loading branch information
melaniedejong authored and engelke committed Sep 25, 2019
1 parent 359c94b commit 2a6cf74
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions iam/api-client/service_accounts.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,8 @@ def disable_service_account(email):
print("Disabled service account :" + email)
# [END iam_disable_service_account]

# [START iam_enable_service_account]


# [START iam_enable_service_account]
def enable_service_account(email):
"""Enables a service account."""

Expand Down

0 comments on commit 2a6cf74

Please sign in to comment.