Skip to content

Commit

Permalink
fix warning (#271)
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k committed Oct 20, 2023
1 parent e191b68 commit 309c782
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ abstract class ByteStringCompanionParent
override def fromSpecific(it: IterableOnce[Byte]): ByteString = {
val builder = newBuilder
builder ++= it
builder.result
builder.result()
}

}

0 comments on commit 309c782

Please sign in to comment.