summaryrefslogtreecommitdiff
path: root/src/handlers.rs
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2018-07-12 18:38:00 -0400
committerRyan Dahl <ry@tinyclouds.org>2018-07-13 14:38:50 -0400
commitc4f2097c7bf9c529f9fc6ef59f63908ae741c8b2 (patch)
tree42d797c59234980a2cdfae2cea603722d6543a06 /src/handlers.rs
parent691a375eaba78644f03ce0c746d905b7e8a4e709 (diff)
Run tools/format.py
Diffstat (limited to 'src/handlers.rs')
-rw-r--r--src/handlers.rs4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/handlers.rs b/src/handlers.rs
index c826af7c0..5e386df31 100644
--- a/src/handlers.rs
+++ b/src/handlers.rs
@@ -29,9 +29,7 @@ pub extern "C" fn handle_code_fetch(
println!(
"handle_code_fetch. cmd_id = {} module_specifier = {} containing_file = {}",
- cmd_id,
- module_specifier,
- containing_file
+ cmd_id, module_specifier, containing_file
);
unimplemented!();