add new line separator

This commit is contained in:
yggverse 2025-03-16 19:54:36 +02:00
parent 83ec663929
commit 7f3ea670f1

View file

@ -19,6 +19,7 @@ impl Link {
if !line.starts_with(TAG) {
return None;
}
// Define initial values
let mut alt = None;
let mut timestamp = None;