Skip to content

Commit

Permalink
Scalafmt
Browse files Browse the repository at this point in the history
  • Loading branch information
mpilquist committed Aug 26, 2023
1 parent 6e638bf commit faa7702
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ object CaptureFile {
RecordHeader.codec(global.ordering).flatMap { header =>
fixedSizeBytes(header.includedLength.toInt, decoderFn(header).strict.decodeOnly)
// TODO: This **should** be the same but appears to drop some data when decoding
//StreamDecoder.isolate(header.includedLength * 8)(decoderFn(header)).strict
// StreamDecoder.isolate(header.includedLength * 8)(decoderFn(header)).strict
}
values <- StreamDecoder.many(recordDecoder).flatMap(x => StreamDecoder.emits(x))
} yield values
Expand Down

0 comments on commit faa7702

Please sign in to comment.