summaryrefslogtreecommitdiff
path: root/src/handlers.rs
diff options
context:
space:
mode:
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!();