Skip to content

Commit

Permalink
rubocop fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
lslezak committed Aug 11, 2015
1 parent 5957b4a commit c63a142
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/lib/installation/proposal_client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def run
end
end

protected
protected

# Abstract method to create proposal suggestion for installation
#
Expand Down
2 changes: 1 addition & 1 deletion src/lib/installation/proposal_runner.rb
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def run
input_loop
end

private
private

# Shows dialog to user to confirm update and return user response.
# Returns 'true' if the user confirms, 'false' otherwise.
Expand Down
2 changes: 1 addition & 1 deletion src/lib/installation/proposal_store.rb
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ def client_for_link(link)
matching_client.first
end

private
private

# Evaluates the given description map, and handles all the events
# by returning whether to continue in the current proposal loop
Expand Down

0 comments on commit c63a142

Please sign in to comment.