From e554e433cd5ee1fb87821d50eddfd1e7bdfe4ba9 Mon Sep 17 00:00:00 2001 From: Awesome Code Date: Sun, 11 Aug 2024 08:51:46 +0000 Subject: [PATCH] Auto corrected by following Format Ruby Code --- spec/integration/active_record/association_spec.rb | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/spec/integration/active_record/association_spec.rb b/spec/integration/active_record/association_spec.rb index 210d3215..bebc0819 100644 --- a/spec/integration/active_record/association_spec.rb +++ b/spec/integration/active_record/association_spec.rb @@ -116,9 +116,10 @@ context 'inside Fiber' do it 'should detect non preload post => comments' do - fiber = Fiber.new do - Post.all.each { |post| post.comments.map(&:name) } - end + fiber = + Fiber.new do + Post.all.each { |post| post.comments.map(&:name) } + end fiber.resume Bullet::Detector::UnusedEagerLoading.check_unused_preload_associations