Fix style

Signed-off-by: Frank Chen <frank.chen021@outlook.com>
This commit is contained in:
Frank Chen 2022-09-21 14:11:10 +08:00
parent 21afe65e8e
commit 4c1a062375

View File

@ -864,7 +864,7 @@ class TestCase:
],
stdout=PIPE,
universal_newlines=True,
).communicate()[0]
).communicate()[0]
if diff.startswith("Binary files "):
diff += "Content of stdout:\n===================\n"
file = open(self.stdout_file, "r")