mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-18 17:31:57 +08:00
Utilities/Sphinx: Fix flake8 E124 diagnostic in cmake.py
This commit is contained in:
@@ -514,7 +514,7 @@ class CMakeReferenceRole:
|
||||
class Class(parent):
|
||||
def __call__(self, name: str, rawtext: str, text: str,
|
||||
*args, **kwargs
|
||||
) -> Tuple[List[Node], List[system_message]]:
|
||||
) -> Tuple[List[Node], List[system_message]]:
|
||||
text = CMakeReferenceRole._escape_angle_brackets(text)
|
||||
return super().__call__(name, rawtext, text, *args, **kwargs)
|
||||
return Class
|
||||
|
Reference in New Issue
Block a user