Skip to content

Commit

Permalink
make rubocop happy
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed May 30, 2017
1 parent e028fdc commit 95ad66f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/modules/BootStorage.rb
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,6 @@ def find_blk_device_at_mountpoint(mountpoint)
fs = staging.filesystems.find { |f| f.mountpoint == mountpoint }
return nil unless fs


part = fs.ancestors.find { |a| a.is?(:partition) }
return part if part

Expand Down

0 comments on commit 95ad66f

Please sign in to comment.