Remove empty spaces

This commit is contained in:
Vlad 2021-03-23 17:54:53 +03:00
parent 8529a6f41f
commit bfad757f23
1 changed files with 0 additions and 2 deletions

View File

@ -433,9 +433,7 @@ def run_code_generation_phase_if_needed(options)
code_generation_script_path = File.expand_path "../.githooks/scripts/CodeGen.sh"
xcodeproj_path = File.expand_path options[:xcodeproj_path]
if File.exists? code_generation_script_path
sh(code_generation_script_path, xcodeproj_path)
end
end