소스 검색

Formatting >:(

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

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

64
     ).expect("Unable to write file");
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
     let post_listing = posts
73
     let post_listing = posts
69
         .iter()
74
         .iter()
70
         .map(|ref post| {
75
         .map(|ref post| {

Loading…
취소
저장