From 09a87693d04153cddab8a6d2495b7c172f3f8cfb Mon Sep 17 00:00:00 2001 From: Sourabh Singh Date: Mon, 16 Sep 2024 19:55:24 +0000 Subject: [PATCH] added new line --- bazel/_logging_threshold_test_main.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bazel/_logging_threshold_test_main.py b/bazel/_logging_threshold_test_main.py index 8c1517a65f1..61cf1a2ba8b 100644 --- a/bazel/_logging_threshold_test_main.py +++ b/bazel/_logging_threshold_test_main.py @@ -89,4 +89,5 @@ if __name__ == "__main__": ) stdout_file.seek(0) for line in stdout_file: - print(line) \ No newline at end of file + print(line) +