mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-05 14:07:39 +03:00
Reformat code
This commit is contained in:
parent
151490faf0
commit
0f6e73dd87
2 changed files with 6 additions and 4 deletions
|
@ -343,7 +343,7 @@ pub async fn fetch_posts(path: &str, fallback_title: String) -> Result<(Vec<Post
|
|||
},
|
||||
permalink: val(post, "permalink"),
|
||||
rel_time,
|
||||
created
|
||||
created,
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue