Skip to content

Commit e8c4aa5

Browse files
committed
fix robucop
1 parent b965e36 commit e8c4aa5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

providers/pool.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ def configure
142142
if iis_version >= '7.0'
143143
is_new_auto_start = new_value?(doc.root, 'APPPOOL/add/@autoStart', new_resource.auto_start.to_s)
144144
end
145-
145+
146146
if iis_version > '7.0'
147147
is_new_start_mode = new_value?(doc.root, 'APPPOOL/add/@startMode', new_resource.start_mode.to_s)
148148
end
@@ -201,9 +201,9 @@ def configure
201201

202202
# root items
203203
if iis_version >= '7.0'
204-
configure_application_pool(is_new_auto_start, "autoStart:#{new_resource.auto_start}")
204+
configure_application_pool(is_new_auto_start, "autoStart:#{new_resource.auto_start}")
205205
end
206-
206+
207207
if iis_version > '7.0'
208208
configure_application_pool(is_new_start_mode, "startMode:#{new_resource.start_mode}")
209209
end

0 commit comments

Comments
 (0)