summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorBen Morrison <ben@gbmor.dev>2019-08-27 23:37:45 -0400
committerBen Morrison <ben@gbmor.dev>2019-08-27 23:37:45 -0400
commitd9d59013c3c32810c2484c69f31d82c0ee0551f9 (patch)
tree33b1f5d9f4f35192b88d6dde7dd2acda9413d6a1
parent05649a5b2c4a122cfb1644f009825abfc7345d72 (diff)
downloadclinte-d9d59013c3c32810c2484c69f31d82c0ee0551f9.tar.gz
minor syntax error
-rw-r--r--src/main.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.rs b/src/main.rs
index 1b64c84..8b00642 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -92,7 +92,7 @@ fn post(db: &db::Conn) {
         &title[..30]
     } else {
         &title
-    }
+    };
 
     println!();
     println!("Body of the new post: ");
@@ -103,7 +103,7 @@ fn post(db: &db::Conn) {
         &body[..500]
     } else {
         &body
-    }
+    };
 
     let user = users::get_current_username()
         .unwrap()
stream-data.subx?h=hlt&id=fd91f7f61bfa84cbc24590d5394d75891cc1cfcc'>fd91f7f6 ^
33352536 ^
bc20cc3d ^
fd91f7f6 ^
bc20cc3d ^
33352536 ^
fd91f7f6 ^


bc20cc3d ^
fd91f7f6 ^


7a583220 ^
33352536 ^

bc20cc3d ^

fd91f7f6 ^
7a583220 ^
33352536 ^

fd91f7f6 ^

bc20cc3d ^
fd91f7f6 ^
bc20cc3d ^
fd91f7f6 ^


f0b7e327 ^
fd91f7f6 ^
f0b7e327 ^
fd91f7f6 ^

















bc20cc3d ^
33352536 ^
fd91f7f6 ^
bc20cc3d ^
fd91f7f6 ^

bc20cc3d ^
fd91f7f6 ^
bc20cc3d ^
fd91f7f6 ^


bc20cc3d ^
fd91f7f6 ^
bc20cc3d ^
fd91f7f6 ^
bc20cc3d ^
fd91f7f6 ^

bc20cc3d ^
fd91f7f6 ^


bc20cc3d ^
fd91f7f6 ^
bc20cc3d ^
33352536 ^
7a583220 ^
33352536 ^

bc20cc3d ^
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114