Skip to content

Commit 9ea2512

Browse files
committed
Whitespace
1 parent c26de8f commit 9ea2512

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_profiling/test_sampling_profiler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1845,7 +1845,7 @@ def test_sampling_with_collapsed_export(self):
18451845
# Check file format
18461846
with open(collapsed_file.name, "r") as f:
18471847
content = f.read()
1848-
1848+
18491849
lines = content.strip().split("\n")
18501850
self.assertGreater(len(lines), 0)
18511851

0 commit comments

Comments
 (0)