Skip to content

Commit

Permalink
Remove redundant blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
bivashy committed Sep 26, 2024
1 parent 1a09aa5 commit 1a5bae4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugin/inlay_hint.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ def format_inlay_hint_label(inlay_hint: InlayHint, session: Session, phantom_uui
raw_label = label_part['value']
truncated = len(raw_label) > remaining_truncate_limit
truncated_label = raw_label[:remaining_truncate_limit] + '…' if truncated else raw_label

remaining_truncate_limit -= len(raw_label)
value += html.escape(truncated_label)
if has_command:
Expand Down

0 comments on commit 1a5bae4

Please sign in to comment.