summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-05-18 11:24:36 -0700
committerTim Smith <tsmith@chef.io>2018-05-18 11:24:36 -0700
commit8849eecbb7d1916d767f58c924f2508eef361a87 (patch)
tree962a041141f6cf5534f34ae5bb31d42b491668cd
parent34c228b7bf6497aaac34cbb5ce37dcb598e04d6c (diff)
downloadohai-8849eecbb7d1916d767f58c924f2508eef361a87.tar.gz
Remove an empty else
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--lib/ohai/plugins/linux/lspci.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/ohai/plugins/linux/lspci.rb b/lib/ohai/plugins/linux/lspci.rb
index d9413a21..deb43b9d 100644
--- a/lib/ohai/plugins/linux/lspci.rb
+++ b/lib/ohai/plugins/linux/lspci.rb
@@ -68,7 +68,6 @@ Ohai.plugin(:Lspci) do
standard_array(devices, d_id, "module", dev[1])
when "SDevice"
standard_form(devices, d_id, hhhh, "sdevice", dev[1])
- else
end
end