Skip to content

Commit 12c659c

Browse files
committed
some reformating
1 parent 63e3897 commit 12c659c

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

robotcode/language_server/robotframework/parts/completion.py

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -86,14 +86,7 @@ async def resolve(self, sender: Any, completion_item: CompletionItem) -> Complet
8686
Awaitable[Optional[Optional[List[CompletionItem]]]],
8787
]
8888

89-
SECTIONS = [
90-
"Test Case",
91-
"Setting",
92-
"Variable",
93-
"Keyword",
94-
"Comment",
95-
"Task"
96-
]
89+
SECTIONS = ["Test Case", "Setting", "Variable", "Keyword", "Comment", "Task"]
9790
DEFAULT_SECTIONS_STYLE = "*** {name}s ***"
9891

9992
SETTINGS = [

0 commit comments

Comments
 (0)