소스 검색

Formatting >:(

master
Dylan Baker 6 년 전
부모
커밋
bc5e8a2e20
1개의 변경된 파일6개의 추가작업 그리고 1개의 파일을 삭제
  1. 6
    1
      src/main.rs

+ 6
- 1
src/main.rs 파일 보기

@@ -64,7 +64,12 @@ fn render_post(cwd: &path::PathBuf, layout: &str, post_template: &str, post: &Po
64 64
     ).expect("Unable to write file");
65 65
 }
66 66
 
67
-fn render_post_listing(cwd: &path::PathBuf, layout: &str, post_item_template: &str, posts: &Vec<Post>) {
67
+fn render_post_listing(
68
+    cwd: &path::PathBuf,
69
+    layout: &str,
70
+    post_item_template: &str,
71
+    posts: &Vec<Post>,
72
+) {
68 73
     let post_listing = posts
69 74
         .iter()
70 75
         .map(|ref post| {

Loading…
취소
저장