Skip to content

Commit

Permalink
Minor improvement to indentation
Browse files Browse the repository at this point in the history
Signed-off-by: Enrico Usai <[email protected]>
  • Loading branch information
enrico-usai committed Nov 28, 2023
1 parent 52bff9a commit 0b0293d
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -294,10 +294,7 @@ def self.nothing(chef_run)
describe 'lustre:find_centos_minor_version' do
context "centos version is not 7" do
cached(:chef_run) do
runner = runner(
platform: 'centos', version: '7',
step_into: ['lustre']
) do |node|
runner = runner(platform: 'centos', version: '7', step_into: ['lustre']) do |node|
node.automatic['platform_version'] = "8"
end
Lustre.setup(runner)
Expand Down

0 comments on commit 0b0293d

Please sign in to comment.