summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2018-09-04 18:57:17 -0400
committerRyan Dahl <ry@tinyclouds.org>2018-09-05 22:27:47 -0400
commit32f0c37a422ff3cc6bc448caf279478ef8a893bf (patch)
tree1a98e2535bf6a111b0828516772bcb664133d8aa /src
parente4990804fad279f055decf70c794ea5f22372641 (diff)
Format
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();