From 6106904460c9faf348599150cddd6275d31d2746 Mon Sep 17 00:00:00 2001 From: Jure Grabnar Date: Sun, 23 Sep 2018 12:07:53 +0200 Subject: [PATCH] Format according to Houndbot #5 --- app/models/team_zip_export.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/models/team_zip_export.rb b/app/models/team_zip_export.rb index 04eea87b3..dad6903cd 100644 --- a/app/models/team_zip_export.rb +++ b/app/models/team_zip_export.rb @@ -21,7 +21,8 @@ class TeamZipExport < ZipExport output_file = File.new( File.join(Rails.root, "tmp/zip-ready/projects_export-timestamp-#{Time.now.to_i}.zip"), - 'w+') + 'w+' + ) fill_content(dir_to_zip, data, type, options) zip!(dir_to_zip, output_file.path) self.zip_file = File.open(output_file)