From 32d4ddd4fd7dd3ab47e2e3174a3d414685b7b139 Mon Sep 17 00:00:00 2001 From: jh0l Date: Tue, 8 Mar 2022 05:48:50 +1100 Subject: [PATCH] style: :art: remove newline --- voxygen/src/hud/mod.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/voxygen/src/hud/mod.rs b/voxygen/src/hud/mod.rs index dfcea44cb0..a4bcac4723 100644 --- a/voxygen/src/hud/mod.rs +++ b/voxygen/src/hud/mod.rs @@ -3893,7 +3893,6 @@ impl Hud { scale_mode } - /// Checks if a TextEdit widget has the keyboard captured. fn typing(&self) -> bool { Hud::is_captured::(&self.ui.ui) }