From 7dd135589d12307bae637260415bf994a57d761b Mon Sep 17 00:00:00 2001 From: Awesome Code Date: Tue, 16 Jan 2024 00:44:47 +0000 Subject: [PATCH] Auto corrected by following Format Ruby Code --- lib/bullet.rb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lib/bullet.rb b/lib/bullet.rb index 2b0b312d..58849986 100644 --- a/lib/bullet.rb +++ b/lib/bullet.rb @@ -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 }