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/stats | |
parent | 7b803eafa2a52f9f260fb9b1de102a7c6f66aef2 (diff) |
[ruby/rdoc] Auto-correct trailing new lines
https://github.com/ruby/rdoc/commit/4b68c0728a
Diffstat (limited to 'lib/rdoc/stats')
-rw-r--r-- | lib/rdoc/stats/quiet.rb | 1 | ||||
-rw-r--r-- | lib/rdoc/stats/verbose.rb | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/lib/rdoc/stats/quiet.rb b/lib/rdoc/stats/quiet.rb index bc4161b2d4..9c98ea5f86 100644 --- a/lib/rdoc/stats/quiet.rb +++ b/lib/rdoc/stats/quiet.rb @@ -57,4 +57,3 @@ class RDoc::Stats::Quiet def done_adding(*) end end - diff --git a/lib/rdoc/stats/verbose.rb b/lib/rdoc/stats/verbose.rb index 6ace8937a2..7090d561f8 100644 --- a/lib/rdoc/stats/verbose.rb +++ b/lib/rdoc/stats/verbose.rb @@ -42,5 +42,3 @@ class RDoc::Stats::Verbose < RDoc::Stats::Normal end end - - |