Minor formatting nitpick in license checker script

This commit is contained in:
OpenSauce 2024-07-25 23:59:18 +01:00 committed by GitHub
parent 9f7cb41a29
commit 20752b79ed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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