diff --git a/spec/ruby/library/stringio/gets_spec.rb b/spec/ruby/library/stringio/gets_spec.rb index f94448688b..a718098a4b 100644 --- a/spec/ruby/library/stringio/gets_spec.rb +++ b/spec/ruby/library/stringio/gets_spec.rb @@ -244,4 +244,4 @@ ruby_version_is "2.4" do io.gets(chomp: true).should == "this>is>an>example" end end -end \ No newline at end of file +end