Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
knaeckeKami committed Jun 12, 2024
1 parent 47e6298 commit 5494081
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dio/lib/src/transformers/fused_transformer.dart
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@ class FusedTransformer extends Transformer {

/// Consolidates a stream of [Uint8List] into a single [Uint8List]
Future<Uint8List> _consolidateStream(Stream<Uint8List> stream) async {

final builder = BytesBuilder(copy: false);

await for (final chunk in stream) {
Expand Down

0 comments on commit 5494081

Please sign in to comment.