From 20752b79ed880e428a8bc600ea4b2f6cf0d9ed31 Mon Sep 17 00:00:00 2001 From: OpenSauce Date: Thu, 25 Jul 2024 23:59:18 +0100 Subject: [PATCH] Minor formatting nitpick in license checker script --- .ci/license-header.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.ci/license-header.rb b/.ci/license-header.rb index e7d24e4c5..a6b4c4983 100755 --- a/.ci/license-header.rb +++ b/.ci/license-header.rb @@ -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 \ No newline at end of file +exit 1