Skip to content

Commit 5fd286c

Browse files
committed
Fix formatting in a spec file for String#dedup
1 parent e4bc46f commit 5fd286c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/ruby/core/string/dedup_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
require_relative 'shared/dedup'
33

44
describe 'String#dedup' do
5-
ruby_version_is '3.2'do
5+
ruby_version_is '3.2' do
66
it_behaves_like :string_dedup, :dedup
77
end
88
end

0 commit comments

Comments
 (0)