summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/handlers.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/handlers.rs b/src/handlers.rs
index fe82c1c03..141cc5d13 100644
--- a/src/handlers.rs
+++ b/src/handlers.rs
@@ -676,9 +676,9 @@ fn handle_timer_clear(
}
fn handle_rename_sync(
- d: *const DenoC,
- base: msg::Base,
- _builder: &mut FlatBufferBuilder,
+ d: *const DenoC,
+ base: msg::Base,
+ _builder: &mut FlatBufferBuilder,
) -> HandlerResult {
let msg = base.msg_as_rename_sync().unwrap();
let oldpath = msg.oldpath().unwrap();