Skip to content

Commit 16c3f58

Browse files
committed
Removed trailing whitespaces, again...
1 parent cd63e8a commit 16c3f58

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/full-screen/simple-demos/line-prefixes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
def get_line_prefix(lineno, wrap_count):
3535
if wrap_count == 0:
36-
return HTML(f'[{lineno}] <style bg="orange" fg="black">--&gt;</style> ')
36+
return HTML(f'[{lineno}] <style bg="orange" fg="black">--&gt;</style> ')
3737
text = str(lineno) + "-" + "*" * (lineno // 2) + ": "
3838
return HTML(f'[{lineno}.{wrap_count}] <style bg="ansigreen" fg="ansiblack">{text}</style>')
3939

examples/prompts/fancy-zsh-prompt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def get_prompt() -> HTML:
5353
" <env> py36 </env> "
5454
f" <time>{datetime.datetime.now().isoformat()}</time> "
5555
"</right-part>"
56-
)
56+
)
5757

5858
used_width = sum(
5959
[

0 commit comments

Comments
 (0)