Skip to content

Commit

Permalink
sort delegators
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Jun 11, 2014
1 parent 2fc265d commit f8ed0ff
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/lib/registration/addon.rb
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,13 @@ def create_addon_with_deps(root)

# delegate methods to underlaying suse connect object
def_delegators :@pure_addon,
:arch,
:description,
:eula_url,
:free,
:long_name,
:product_ident,
:short_name,
:long_name,
:description,
:eula_url,
:arch,
:version

def initialize pure_addon
Expand Down

0 comments on commit f8ed0ff

Please sign in to comment.