Skip to content

Commit

Permalink
arrow: remove a needless new line
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Oct 24, 2023
1 parent 0f7d1d9 commit 3ccb7c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/grntest/test-runner.rb
Original file line number Diff line number Diff line change
Expand Up @@ -720,7 +720,7 @@ def normalize_apache_arrow_content(content, options)
end
end
end
normalize_raw_content(normalized)
normalize_raw_content(normalized.chomp)
end

def normalize_apache_arrow_content_metadata(table)
Expand Down

0 comments on commit 3ccb7c5

Please sign in to comment.