Index: sdk/lib/_internal/pub/lib/src/solver/solve_report.dart |
diff --git a/sdk/lib/_internal/pub/lib/src/solver/solve_report.dart b/sdk/lib/_internal/pub/lib/src/solver/solve_report.dart |
index b3a147b6c1194b81a3874354004a171f599877f2..0c51d5ddf5cb6729b10a445a5db708d6494210b9 100644 |
--- a/sdk/lib/_internal/pub/lib/src/solver/solve_report.dart |
+++ b/sdk/lib/_internal/pub/lib/src/solver/solve_report.dart |
@@ -27,7 +27,9 @@ int show(SourceRegistry sources, Package root, LockFile previousLockFile, |
/// Unlike [SolveResult], which is the static data describing a resolution, |
/// this class contains the mutable state used while generating the report |
-/// itself. It's a report builder. |
+/// itself. |
+/// |
+/// It's a report builder. |
class _SolveReport { |
final SourceRegistry _sources; |
final Package _root; |