Skip to content

Commit a5fecfb

Browse files
authored
rename function
1 parent 276dd16 commit a5fecfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/assertk/assertions/inputstream.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ private fun consume(stream: InputStream): Int {
4848
}
4949
}
5050

51-
private fun fillBuffer(stream: InputStream, buffer: ByteArray): Int {
51+
private fun fillBufferFromStream(stream: InputStream, buffer: ByteArray): Int {
5252
var pos = 0
5353

5454
while (true) {

0 commit comments

Comments
 (0)