Merge pull request #456 from tuxinaut/code_style_fixes

Remove trailing whitespace in run_instances.rb
This commit is contained in:
R. Tyler Croy 2016-04-08 08:17:47 -07:00
commit a4b0866d51
1 changed files with 2 additions and 2 deletions

View File

@ -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,