Reformat code

This commit is contained in:
spikecodes 2021-01-16 11:50:12 -08:00
parent 151490faf0
commit 0f6e73dd87
2 changed files with 6 additions and 4 deletions

View file

@ -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,
});
}