diff options
author | Vinicius Stock <[email protected]> | 2023-06-02 18:56:15 -0400 |
---|---|---|
committer | git <[email protected]> | 2023-06-03 01:42:29 +0000 |
commit | a4d92475f69f0ca3dba0f497253e600c7f90a0ad (patch) | |
tree | f8ed56ee81b8e9baac7433d45a5902cc3ff5138b /lib/rdoc/cross_reference.rb | |
parent | 7b803eafa2a52f9f260fb9b1de102a7c6f66aef2 (diff) |
[ruby/rdoc] Auto-correct trailing new lines
https://github.com/ruby/rdoc/commit/4b68c0728a
Diffstat (limited to 'lib/rdoc/cross_reference.rb')
-rw-r--r-- | lib/rdoc/cross_reference.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/rdoc/cross_reference.rb b/lib/rdoc/cross_reference.rb index 319bbc02ac..f3b703a559 100644 --- a/lib/rdoc/cross_reference.rb +++ b/lib/rdoc/cross_reference.rb @@ -223,4 +223,3 @@ class RDoc::CrossReference end end - |