Skip to content

Commit

Permalink
Merge pull request #699 from flyerhzm/awesomecode-format-ruby-code-59929
Browse files Browse the repository at this point in the history
Auto corrected by following Format Ruby Code
  • Loading branch information
flyerhzm committed Jan 16, 2024
2 parents 0e8417a + 7dd1355 commit 6f4e373
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lib/bullet.rb
Expand Up @@ -40,7 +40,11 @@ class << self
:stacktrace_excludes,
:skip_html_injection
attr_reader :safelist
attr_accessor :add_footer, :orm_patches_applied, :skip_http_headers, :always_append_html_body, :skip_user_in_notification
attr_accessor :add_footer,
:orm_patches_applied,
:skip_http_headers,
:always_append_html_body,
:skip_user_in_notification

available_notifiers =
UniformNotifier::AVAILABLE_NOTIFIERS.select { |notifier| notifier != :raise }
Expand Down

0 comments on commit 6f4e373

Please sign in to comment.