Skip to content

Commit

Permalink
update according to updated yast style guide
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Mar 7, 2016
1 parent de07a11 commit 8b336a2
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/lib/migration/finish_dialog.rb
Expand Up @@ -77,7 +77,7 @@ def run
end
end

private
private

def help
# TRANSLATORS: a short help text (the details are directly in the dialog)
Expand Down
2 changes: 1 addition & 1 deletion src/lib/migration/main_workflow.rb
Expand Up @@ -64,7 +64,7 @@ def run
end
end

private
private

# remeber the "pre" snapshot id (needed for the "post" snapshot)
attr_accessor :pre_snapshot
Expand Down
2 changes: 1 addition & 1 deletion src/lib/migration/patches.rb
Expand Up @@ -83,7 +83,7 @@ def install
end
end

private
private

# preselect the available patches
def preselect
Expand Down
2 changes: 1 addition & 1 deletion src/lib/migration/proposal_client.rb
Expand Up @@ -87,7 +87,7 @@ def description
}
end

private
private

# check the current products for possible issues, add product warnings
# to the proposal summary
Expand Down
2 changes: 1 addition & 1 deletion src/lib/migration/proposal_store.rb
Expand Up @@ -57,7 +57,7 @@ def presentation_order
MODULES_ORDER
end

private
private

def global_help
_(
Expand Down
2 changes: 1 addition & 1 deletion src/lib/migration/repository_checker.rb
Expand Up @@ -48,7 +48,7 @@ def obsolete_product_repos
old_repos
end

private
private

attr_accessor :products

Expand Down

0 comments on commit 8b336a2

Please sign in to comment.