summary refs log tree commit diff stats
path: root/src/main.rs
diff options
context:
space:
mode:
authorBen Morrison <ben@gbmor.dev>2019-08-28 00:53:00 -0400
committerBen Morrison <ben@gbmor.dev>2019-08-28 00:53:00 -0400
commit85f0238ab1d36577a540897830ae549a00630196 (patch)
tree43fdc5688f80b19b5a41f0fbec395d9f4febe3c9 /src/main.rs
parent6506dc011f2f7257cd59825570a0e4ba8fe5c378 (diff)
downloadclinte-85f0238ab1d36577a540897830ae549a00630196.tar.gz
formatting output
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs
index 3f9d2a8..92a8613 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -111,4 +111,6 @@ fn post(db: &db::Conn) {
 
     stmt.execute_named(&[(":title", &title), (":author", &user), (":body", &body)])
         .unwrap();
+
+    println!();
 }
ni-tty/commit/themes/original?id=a4b4ed71fbb75bc20f7a360c8c5c642eb2d425e0'>a4b4ed71 ^
30b5f112 ^




45a26b11 ^





30b5f112 ^
45a26b11 ^
30b5f112 ^
45a26b11 ^
45a26b11 ^
8a113ad6 ^
45a26b11 ^

d39bcdc1 ^
b21edfaa ^

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50