1
0
mirror of https://gitlab.com/Anson-Projects/zine.git synced 2025-07-26 16:21:22 +00:00

new blogs

This commit is contained in:
2024-03-25 03:41:44 +00:00
parent 82aa0f014b
commit a73edba902
2 changed files with 4 additions and 2 deletions

View File

@@ -43,6 +43,6 @@ fn test_if_feeds_are_in_alphabetical_order() {
for url in urls {
println!("{}", url);
}
panic!("\nfeeds.txt was not sorted!")
panic!("feeds.txt was not sorted!")
}
}