lib/bullet/notification.rb in bullet-6.1.4 vs lib/bullet/notification.rb in bullet-6.1.5
- old
+ new
@@ -5,8 +5,9 @@
autoload :Base, 'bullet/notification/base'
autoload :UnusedEagerLoading, 'bullet/notification/unused_eager_loading'
autoload :NPlusOneQuery, 'bullet/notification/n_plus_one_query'
autoload :CounterCache, 'bullet/notification/counter_cache'
- class UnoptimizedQueryError < StandardError; end
+ class UnoptimizedQueryError < StandardError
+ end
end
end