Skip to content

Commit

Permalink
Fix issues caught by Rubocop
Browse files Browse the repository at this point in the history
Signed-Off-By: Walter Dolce <[email protected]>
  • Loading branch information
walterdolce committed Feb 20, 2019
1 parent b639110 commit 8af4d77
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions libraries/google_organizations.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ def fetch_data
@organizations.organizations.map do |organization|
organizations_rows += [{ name: organization.name,
display_name: organization.display_name,
lifecycle_state: organization.lifecycle_state,
}]
lifecycle_state: organization.lifecycle_state }]
end
next_page = @organizations.next_page_token
break unless next_page
Expand Down

0 comments on commit 8af4d77

Please sign in to comment.