From 13bf22ed90f8fb9a565c0ed87c6f8b3feef286ef Mon Sep 17 00:00:00 2001 From: rasul Date: Sat, 4 Apr 2020 15:16:49 -0500 Subject: [PATCH] rustfmt --- src/command/dispatch/move_room.rs | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/command/dispatch/move_room.rs b/src/command/dispatch/move_room.rs index 7883abc..167fe6a 100644 --- a/src/command/dispatch/move_room.rs +++ b/src/command/dispatch/move_room.rs @@ -8,7 +8,12 @@ use crate::world::*; use crate::{try_option_send_error, try_send_error}; impl Command { - pub fn dispatch_move_room(command: &Command, _args: String, token: Token, db: &mut Db) -> SendQueue { + pub fn dispatch_move_room( + command: &Command, + _args: String, + token: Token, + db: &mut Db, + ) -> SendQueue { let mut send_queue = SendQueue::new(); let direction: Direction = match command {