diff options
author | Ben Morrison <ben@gbmor.dev> | 2019-08-27 23:39:50 -0400 |
---|---|---|
committer | Ben Morrison <ben@gbmor.dev> | 2019-08-27 23:39:50 -0400 |
commit | 58ca6649a32af34cb8012bd87c6772d6a3655742 (patch) | |
tree | c9b23b9d4f9d0604c510c9f1de3174ebaa4ca06c /src/main.rs | |
parent | d9d59013c3c32810c2484c69f31d82c0ee0551f9 (diff) | |
download | clinte-58ca6649a32af34cb8012bd87c6772d6a3655742.tar.gz |
formatting output
Diffstat (limited to 'src/main.rs')
-rw-r--r-- | src/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs index 8b00642..4bd069b 100644 --- a/src/main.rs +++ b/src/main.rs @@ -73,6 +73,7 @@ fn list_matches(db: &db::Conn) { "{}. {} -> by {}\n{}", post.id, post.title, post.author, post.body ); + println!(); } }); } |