mirror of
https://github.com/Lime3DS/Lime3DS
synced 2025-01-09 13:43:27 +00: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...'
|
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)
|
||||||
|
|
Loading…
Reference in a new issue