Skip to content

Commit d3f31fb

Browse files
committed
Fix msftidy results
1 parent 55be2ef commit d3f31fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/gather/wp_all_in_one_migration_export.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def run
5858
unless res
5959
fail_with(Failure::Unknown, "#{peer} - No response from the target")
6060
end
61-
61+
6262
if res.code != 200
6363
fail_with(Failure::UnexpectedReply, "#{peer} - Server responded with status code #{res.code}")
6464
end

0 commit comments

Comments
 (0)