Skip to content

Commit 46f0a05

Browse files
committed
Remove extra tabs
1 parent f782d36 commit 46f0a05

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/rubocop/cop/rspec/named_subject.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ class NamedSubject < Base
4646
'to reference it explicitly.'
4747

4848
def_node_matcher :rspec_block?, <<-PATTERN
49-
{
50-
#{Examples::ALL.block_pattern}
51-
#{RuboCop::RSpec::Language.block_pattern('#rspec_hooks')}
52-
}
49+
{
50+
#{Examples::ALL.block_pattern}
51+
#{RuboCop::RSpec::Language.block_pattern('#rspec_hooks')}
52+
}
5353
PATTERN
5454

5555
def_node_matcher :shared_example?, <<-PATTERN

0 commit comments

Comments
 (0)