Skip to content

Commit

Permalink
Sort def_delegators argument in StorageWrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
imobachgs committed Sep 19, 2022
1 parent e4855c6 commit da5404f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/lib/y2storage/storage_manager.rb
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ class StorageManager
# @return [Storage::Storage] Storage wrapper
attr_reader :wrapper

def_delegators :@wrapper, :environment, :rootprefix, :prepend_rootprefix, :rootprefix=, :arch,
:probed?, :activate, :deactivate, :activate, :deactivate, :raw_probed, :staging, :staging=,
:staging_revision, :system, :proposal=, :probed_disk_analyzer, :staging_changed?, :committed?,
:mode, :configuration, :proposal, :commit, :devices_for_installation?, :storage
def_delegators :@wrapper, :activate, :arch, :commit, :committed?, :configuration, :deactivate,
:devices_for_installation?, :environment, :mode, :prepend_rootprefix, :probed?,
:probed_disk_analyzer, :proposal, :proposal=, :raw_probed, :rootprefix, :rootprefix=,
:staging, :staging=, :staging_changed?, :staging_revision, :storage, :system

# @!method rootprefix
# @return [String] root prefix used by libstorage
Expand Down

0 comments on commit da5404f

Please sign in to comment.