From 9e4354a017dc9c8194746d0bcda44115a46e970e Mon Sep 17 00:00:00 2001 From: Kasper Timm Hansen Date: Mon, 10 Feb 2020 02:39:08 +0100 Subject: [PATCH] Give us some space please --- activesupport/test/core_ext/module/concerning_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/activesupport/test/core_ext/module/concerning_test.rb b/activesupport/test/core_ext/module/concerning_test.rb index 9137eccacb..c6afbe537c 100644 --- a/activesupport/test/core_ext/module/concerning_test.rb +++ b/activesupport/test/core_ext/module/concerning_test.rb @@ -72,7 +72,7 @@ class ModuleConcernTest < ActiveSupport::TestCase end end - concerning :Baz, prepend:true do + concerning :Baz, prepend: true do module ClassMethods def will_be_orphaned_also; end end