mirror of
https://github.com/Lime3DS/Lime3DS
synced 2024-12-24 08:02:48 -06:00
Minor formatting nitpick in license checker script
This commit is contained in:
parent
9f7cb41a29
commit
20752b79ed
1 changed files with 1 additions and 2 deletions
|
@ -16,7 +16,6 @@ puts 'done'
|
|||
|
||||
print 'Checking files...'
|
||||
issue_files = []
|
||||
|
||||
branch_changed_files.each do |file_name|
|
||||
if file_name.end_with?('.cpp', '.h', '.kt')
|
||||
file_content = File.read(file_name)
|
||||
|
@ -46,4 +45,4 @@ If some of the code in this PR is not being contributed by the original author,
|
|||
If this happens, this PR requirement can be bypassed once all other files are addressed.
|
||||
EOF
|
||||
|
||||
exit 1
|
||||
exit 1
|
||||
|
|
Loading…
Reference in a new issue