aboutsummaryrefslogtreecommitdiffstats
path: root/pyGHDL/lsp/symbols.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyGHDL/lsp/symbols.py')
-rw-r--r--pyGHDL/lsp/symbols.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/pyGHDL/lsp/symbols.py b/pyGHDL/lsp/symbols.py
index 1d863a12f..a77d740c0 100644
--- a/pyGHDL/lsp/symbols.py
+++ b/pyGHDL/lsp/symbols.py
@@ -160,9 +160,7 @@ def get_symbols(fe, n):
children.extend(
get_symbols_chain(
fe,
- nodes.Get_Concurrent_Statement_Chain(
- nodes.Get_Generate_Statement_Body(n)
- ),
+ nodes.Get_Concurrent_Statement_Chain(nodes.Get_Generate_Statement_Body(n)),
)
)