From 0c67b8ebea7aa41090b6975200a6ccd2bc64d7d4 Mon Sep 17 00:00:00 2001 From: Markus Reiter Date: Mon, 13 Aug 2018 22:19:15 +0200 Subject: [PATCH] Remove undefined variable. --- cmd/lib/check.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/lib/check.rb b/cmd/lib/check.rb index 143414b84e..202cf18844 100644 --- a/cmd/lib/check.rb +++ b/cmd/lib/check.rb @@ -145,7 +145,6 @@ class Check end if loaded_launchjobs.any? - lines << "\n" unless s.empty? lines << Formatter.error("Some launch jobs were not unloaded, add them to #{Formatter.identifier("uninstall launchctl:")}", label: "Error") lines << loaded_launchjobs.join("\n") end