Skip to content

Commit

Permalink
Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
headius committed Oct 3, 2023
1 parent 10b3720 commit 8dd2bd5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/src/main/java/org/jruby/RubyIOBuffer.java
Original file line number Diff line number Diff line change
Expand Up @@ -1691,7 +1691,6 @@ public IRubyObject write(ThreadContext context, IRubyObject io, IRubyObject leng
public IRubyObject write(ThreadContext context, IRubyObject io, int length, int offset) {
validateRange(context, offset, length);


ByteBuffer buffer = getBufferForWriting(context);

return writeInternal(context, RubyIO.convertToIO(context, io), buffer, offset, length);
Expand Down

0 comments on commit 8dd2bd5

Please sign in to comment.