* remove trailing spaces. [ci skip]

This commit is contained in:
git 2021-10-06 00:40:54 +09:00
Родитель c6706f15af
Коммит 1bf3f3f4da
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -3209,7 +3209,7 @@ rb_str_concat_multi(int argc, VALUE *argv, VALUE str)
/*
* call-seq:
* string << object -> string
* string << object -> string
*
* Concatenates +object+ to +self+ and returns +self+:
*