================
@@ -46,7 +44,7 @@ def test_normalize_list_rst_sorts_rows(self):
out_str = _mod.normalize_list_rst(input_text)
self.assertEqual(out_str, expected_text)
- def test_find_heading(self):
+ def test_find_heading(self) -> None:
----------------
EugeneZelenko wrote:
Did you format this file? Looks like spacing between functions is different
from previous.
https://github.com/llvm/llvm-project/pull/166072
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits