Code correction

This commit is contained in:
Vlad 2020-12-12 20:57:09 +03:00
parent a47f0b6218
commit 67418eefc3
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ module Touchlane
else
File.open(project_features_file_path, "w") do |f|
f.write(features_json)
end
end
end