From 6e3781be93ddbd60a24ecaa20d62442dd1d30931 Mon Sep 17 00:00:00 2001 From: Bearmine Date: Sat, 6 Dec 2025 17:15:43 -0600 Subject: [PATCH] remove asBroadcastStream --- lib/day3/command.dart | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/day3/command.dart b/lib/day3/command.dart index 561c3f4..cb85e6a 100644 --- a/lib/day3/command.dart +++ b/lib/day3/command.dart @@ -37,7 +37,6 @@ class Day3Command extends Command { .openRead() .transform(utf8.decoder) .transform(LineSplitter()) - .asBroadcastStream() .map((line) { int tens = -1; int ones = -1; @@ -63,7 +62,6 @@ class Day3Command extends Command { .openRead() .transform(utf8.decoder) .transform(LineSplitter()) - .asBroadcastStream() .map((line) { int resultLength = 12; var resultList = List.generate(