Skip to content

Commit

Permalink
Auto corrected by following Lint Ruby Layout/HeredocIndentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Awesome Code committed Feb 20, 2021
1 parent 8280424 commit e9055a9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions lib/rails/convert_rails_logger.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@

Synvert::Rewriter.new 'rails', 'convert_rails_logger' do
description <<~EOS
It converts RAILS_DEFAULT_LOGGER to Rails.logger.
It converts RAILS_DEFAULT_LOGGER to Rails.logger.
```ruby
RAILS_DEFAULT_LOGGER
```
```ruby
RAILS_DEFAULT_LOGGER
```
=>
=>
```ruby
Rails.logger
```
```ruby
Rails.logger
```
EOS

if_gem 'rails', { gte: '2.3.0' }
Expand Down

0 comments on commit e9055a9

Please sign in to comment.