diff options
author | Sean Griffin <sean@seantheprogrammer.com> | 2015-10-29 09:42:24 -0600 |
---|---|---|
committer | Sean Griffin <sean@seantheprogrammer.com> | 2015-10-29 09:42:24 -0600 |
commit | b8832c1b5454c0ea3deeeefe598d24e887ca574f (patch) | |
tree | 2d71650585f0e9d87895671432ed8c409392be29 /activesupport/lib/active_support | |
parent | 42b9f3eb5226b4c7b59a4cbc4ff0e81a420aeb45 (diff) | |
download | rails-b8832c1b5454c0ea3deeeefe598d24e887ca574f.tar.gz rails-b8832c1b5454c0ea3deeeefe598d24e887ca574f.tar.bz2 rails-b8832c1b5454c0ea3deeeefe598d24e887ca574f.zip |
Fix a stylistic nitpick in #19501
We don't need to use `String#+` or create all the intermediate strings
to break a string into multiple lines. We can just write a c-style
multiline string literal. This is by no means a hotpath, but this is
clearer to me anyway.
Diffstat (limited to 'activesupport/lib/active_support')
0 files changed, 0 insertions, 0 deletions