Fixes indentation of kernal_module example

Signed-off-by: Franklin Webber <franklin.webber@gmail.com>
This commit is contained in:
Lynn Frank 2019-03-19 12:05:15 -05:00
parent 23eff3df24
commit 6018a6959d

View file

@ -13,7 +13,6 @@ module Inspec::Resources
method.'
example <<~EXAMPLE
describe kernel_module('video') do
it { should be_loaded }
it { should_not be_disabled }