From ec52366ec3299b4d27b75cbfcc1ef7be71bdec78 Mon Sep 17 00:00:00 2001 From: vishalxl <> Date: Tue, 23 Aug 2022 16:54:16 +0530 Subject: [PATCH] added a newline --- lib/tree_ds.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tree_ds.dart b/lib/tree_ds.dart index 7b1c405..1fcb16a 100644 --- a/lib/tree_ds.dart +++ b/lib/tree_ds.dart @@ -219,7 +219,7 @@ class Tree { } if( whetherTopMost) { - print("\nTotal posts/replies printed: $numPrinted for last $gNumLastDays days"); + print("\n\nTotal posts/replies printed: $numPrinted for last $gNumLastDays days"); }