aboutsummaryrefslogtreecommitdiff
path: root/lockchain-http/examples/simple-http.rs
diff options
context:
space:
mode:
Diffstat (limited to 'lockchain-http/examples/simple-http.rs')
-rw-r--r--lockchain-http/examples/simple-http.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/lockchain-http/examples/simple-http.rs b/lockchain-http/examples/simple-http.rs
index a2855df..1811c08 100644
--- a/lockchain-http/examples/simple-http.rs
+++ b/lockchain-http/examples/simple-http.rs
@@ -6,4 +6,4 @@ fn main() {
use lockchain_http::start_server;
start_server::<EncryptedBody>("localhost", "8888");
-} \ No newline at end of file
+}