mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-23 10:09:22 +01:00
Minor formatting nitpick in license checker script
This commit is contained in:
parent
9f7cb41a29
commit
20752b79ed
@ -16,7 +16,6 @@ puts 'done'
|
|||||||
|
|
||||||
print 'Checking files...'
|
print 'Checking files...'
|
||||||
issue_files = []
|
issue_files = []
|
||||||
|
|
||||||
branch_changed_files.each do |file_name|
|
branch_changed_files.each do |file_name|
|
||||||
if file_name.end_with?('.cpp', '.h', '.kt')
|
if file_name.end_with?('.cpp', '.h', '.kt')
|
||||||
file_content = File.read(file_name)
|
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.
|
If this happens, this PR requirement can be bypassed once all other files are addressed.
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
exit 1
|
exit 1
|
||||||
|
Loading…
Reference in New Issue
Block a user