Skip to content

Commit

Permalink
Add blank line between frozen_string_literal and the comment
Browse files Browse the repository at this point in the history
Rubocop doesn't like it.
  • Loading branch information
kyrylo committed Jun 23, 2024
1 parent c916a39 commit bb0ce33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/generators/telebugs_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class TelebugsGenerator < Rails::Generators::Base
def create_initializer_file
create_file "config/initializers/telebugs.rb", <<~RUBY
# frozen_string_literal: true
#
# Telebugs error monitoring.
#
# Rails integration guide:
Expand Down

0 comments on commit bb0ce33

Please sign in to comment.