Skip to content

Commit ea1aefa

Browse files
committed
[BENCHMARKING] Remove newline characters from the end of the commit message
1 parent ec27b9d commit ea1aefa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

profile/benchmarking/results.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ def git_doc
208208

209209
{ branch: branch,
210210
sha: sha.chomp,
211-
commit_message: commit_message.chomp,
211+
commit_message: commit_message.gsub(/\n/, ''),
212212
repository: repository.chomp }
213213
end
214214

0 commit comments

Comments
 (0)