From 1d60d72c012279ced10cab2a01fe89557a18efef Mon Sep 17 00:00:00 2001 From: Isse Date: Mon, 8 May 2023 19:46:11 +0200 Subject: [PATCH] format line --- voxygen/src/session/mod.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/voxygen/src/session/mod.rs b/voxygen/src/session/mod.rs index 8b688b61c0..e19efb011b 100644 --- a/voxygen/src/session/mod.rs +++ b/voxygen/src/session/mod.rs @@ -956,7 +956,8 @@ impl PlayState for SessionState { block.get_sprite().map(|s| (*pos, s)), ) }, - BlockInteraction::Mine(_) | BlockInteraction::Mount => {}, + BlockInteraction::Mine(_) + | BlockInteraction::Mount => {}, } }, Interactable::Entity(entity) => {