Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
peterfigure committed Sep 16, 2020
1 parent 44d395a commit 8f4e02e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ internal abstract class CsvEncoder(
collectionSize: Int,
): CompositeEncoder {
encodeCollectionSize(collectionSize)
// TODO check valid with out typeSerializers?
return super.beginCollection(descriptor, collectionSize)
}

Expand Down

0 comments on commit 8f4e02e

Please sign in to comment.