summaryrefslogtreecommitdiff
path: root/spec/ruby/core/string
diff options
context:
space:
mode:
authorgit <svn-admin@ruby-lang.org>2023-01-05 18:06:01 +0000
committergit <svn-admin@ruby-lang.org>2023-01-05 18:06:01 +0000
commit54950a78e3cd66da8c52e7444b2fbf761153660b (patch)
treeb62720f1c697dd0aa994d1bdb5a97437f6b473c3 /spec/ruby/core/string
parentbbf54ec334fe2edd7669a944d88d17efde49a412 (diff)
* remove trailing spaces, append newline at EOF. [ci skip]
Diffstat (limited to 'spec/ruby/core/string')
-rw-r--r--spec/ruby/core/string/unpack_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/ruby/core/string/unpack_spec.rb b/spec/ruby/core/string/unpack_spec.rb
index 4ff7d07460..52b4af3a95 100644
--- a/spec/ruby/core/string/unpack_spec.rb
+++ b/spec/ruby/core/string/unpack_spec.rb
@@ -31,4 +31,4 @@ describe "String#unpack" do
-> { "a".unpack("C", offset: 2) }.should raise_error(ArgumentError, "offset outside of string")
end
end
-end \ No newline at end of file
+end