From d9eff143cfe7772f8d3e07cade02e43c0ea585ac Mon Sep 17 00:00:00 2001 From: Daniel Berger <78529+djberg96@users.noreply.github.com> Date: Fri, 23 Aug 2024 07:08:20 -0400 Subject: [PATCH] Apply Layout/EmptyLines cop. --- spec/sys_proctable_aix_spec.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/spec/sys_proctable_aix_spec.rb b/spec/sys_proctable_aix_spec.rb index 090d2a9..2d80488 100644 --- a/spec/sys_proctable_aix_spec.rb +++ b/spec/sys_proctable_aix_spec.rb @@ -41,7 +41,6 @@ sleep(2) # wait to make sure the above execs have completed in children - @p1info = ProcTable.ps(@pid1) @p2info = ProcTable.ps.select { |e| e.pid == @pid2 }