From cecea8bc052b28fe28a068bd7054ae6ae997867b Mon Sep 17 00:00:00 2001 From: Tim Sharpe Date: Sun, 3 Feb 2019 12:47:16 +1100 Subject: [PATCH] (rubocop) Fix Layout/SpaceAfterNot --- lib/vmfloaty.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/vmfloaty.rb b/lib/vmfloaty.rb index a68fc26..6471d18 100644 --- a/lib/vmfloaty.rb +++ b/lib/vmfloaty.rb @@ -52,7 +52,7 @@ class Vmfloaty max_pool_request = 5 large_pool_requests = os_types.select { |_,v| v > max_pool_request } - if ! large_pool_requests.empty? && ! force + if !large_pool_requests.empty? && !force STDERR.puts "Requesting vms over #{max_pool_request} requires a --force flag." STDERR.puts 'Try again with `floaty get --force`' exit 1