Skip to content

Commit 7f3ea67

Browse files
author
yggverse
committed
add new line separator
1 parent 83ec663 commit 7f3ea67

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/line/link.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ impl Link {
1919
if !line.starts_with(TAG) {
2020
return None;
2121
}
22+
2223
// Define initial values
2324
let mut alt = None;
2425
let mut timestamp = None;

0 commit comments

Comments
 (0)