From 12828e47f92048cbf2baef5485e00c9b9b1a7668 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Sat, 21 May 2022 20:12:01 +1000 Subject: [PATCH] Had commented out the line that actually did anything... --- find_dart_files.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/find_dart_files.py b/find_dart_files.py index 338ed89d..614c3d60 100644 --- a/find_dart_files.py +++ b/find_dart_files.py @@ -31,5 +31,5 @@ if __name__ == '__main__': f.write("// It has been created to ensure that *all* source file are included in coverage data\n") f.write("// Reference: https://github.com/flutter/flutter/issues/27997#issue-410722816\n\n") - f.write("// Do not actually test anything!") + f.write("// Do not actually test anything!\n") f.write("void main() {}\n")