mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
Fix formatting
This commit is contained in:
parent
dc42556487
commit
6522421251
5 changed files with 26 additions and 22 deletions
|
@ -88,9 +88,11 @@ class MenuAttribute(AstNode):
|
|||
self.name,
|
||||
SymbolKind.Field,
|
||||
self.range,
|
||||
self.group.tokens["name"].range
|
||||
if self.group.tokens["name"]
|
||||
else self.range,
|
||||
(
|
||||
self.group.tokens["name"].range
|
||||
if self.group.tokens["name"]
|
||||
else self.range
|
||||
),
|
||||
self.value.range.text,
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue