From 8a1d6e2faf1405ba2ae85f641a7f88986e7254d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Denny=20Sch=C3=A4fer?= Date: Fri, 8 Apr 2016 13:59:41 +0200 Subject: [PATCH] Remove trailing whitespace --- lib/vagrant-aws/action/run_instance.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/vagrant-aws/action/run_instance.rb b/lib/vagrant-aws/action/run_instance.rb index f5dab0b..bcd2cb5 100644 --- a/lib/vagrant-aws/action/run_instance.rb +++ b/lib/vagrant-aws/action/run_instance.rb @@ -284,7 +284,7 @@ module VagrantPlugins end # Save this IP to the data dir so it can be released when the instance is destroyed - if h + if h ip_file = env[:machine].data_dir.join('elastic_ip') ip_file.open('w+') do |f| f.write(h.to_json) @@ -292,7 +292,7 @@ module VagrantPlugins end end - def handle_elastic_ip_error(env, message) + def handle_elastic_ip_error(env, message) @logger.debug(message) terminate(env) raise Errors::FogError,