1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Strip trailing spaces

This commit is contained in:
Nobuyoshi Nakada 2021-06-23 10:07:28 +09:00
parent 87e52ee38b
commit 3b615f4353
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

View file

@ -391,7 +391,7 @@ module TestIRB
" def m1() end\n",
" def m3() end\n",
"end\n",
"module M2\n",
" include M\n",
" def m4() end\n",