Skip to content

Commit

Permalink
Merge pull request googleapis#2707 from dhermes/lint-fix
Browse files Browse the repository at this point in the history
Putting 2 empty lines after function definiton in logging snippets.
  • Loading branch information
dhermes authored Nov 8, 2016
2 parents a52010e + 65f5c7f commit 7696b03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/logging_snippets.py
Original file line number Diff line number Diff line change
Expand Up @@ -365,5 +365,6 @@ def main():
for item in to_delete:
_backoff_not_found(item.delete)


if __name__ == '__main__':
main()

0 comments on commit 7696b03

Please sign in to comment.