mirror of
https://codeberg.org/postscriptum/snac2nex.git
synced 2026-03-31 13:15:27 +00:00
update comment location
This commit is contained in:
parent
01f9437bbe
commit
475e23c774
1 changed files with 2 additions and 1 deletions
|
|
@ -50,6 +50,7 @@ impl Format {
|
||||||
attachments: Option<Vec<(String, Option<String>)>>,
|
attachments: Option<Vec<(String, Option<String>)>>,
|
||||||
) -> String {
|
) -> String {
|
||||||
match self {
|
match self {
|
||||||
|
// implement separated templates @TODO
|
||||||
Self::Dir {
|
Self::Dir {
|
||||||
pattern,
|
pattern,
|
||||||
time_format,
|
time_format,
|
||||||
|
|
@ -105,6 +106,6 @@ impl Format {
|
||||||
.map(|t| format!("\n\n✏ {}", t.format(time_format)))
|
.map(|t| format!("\n\n✏ {}", t.format(time_format)))
|
||||||
.unwrap_or_default(),
|
.unwrap_or_default(),
|
||||||
),
|
),
|
||||||
} // @TODO implement separated templates
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue