mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-19 04:28:31 +02:00
newline for make format
This commit is contained in:
parent
8bf1da1c74
commit
2b054d799f
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ import pytest
|
||||||
def datestr():
|
def datestr():
|
||||||
yield "2020-10-20 16:59"
|
yield "2020-10-20 16:59"
|
||||||
|
|
||||||
|
|
||||||
def build_card_header(datestr):
|
def build_card_header(datestr):
|
||||||
top_left_corner = "┎─╮"
|
top_left_corner = "┎─╮"
|
||||||
content = top_left_corner + datestr
|
content = top_left_corner + datestr
|
||||||
|
|
Loading…
Add table
Reference in a new issue