Skip to content

Commit

Permalink
fix blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
predragnikolic committed Jun 27, 2024
1 parent de7ba36 commit f48ed1a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion lsp_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -5951,4 +5951,3 @@ class ClientSemanticTokensRequestFullDelta(TypedDict):
delta: NotRequired[bool]
""" The client will send the `textDocument/semanticTokens/full/delta` request if
the server provides a corresponding handler. """

1 change: 0 additions & 1 deletion lsp_types_sublime_text_33.py
Original file line number Diff line number Diff line change
Expand Up @@ -6326,4 +6326,3 @@ class TokenFormat(StrEnum):
'delta': NotRequired[bool],
})
""" @since 3.18.0 """

0 comments on commit f48ed1a

Please sign in to comment.