From c37fd56b3ce72145c6f35398f7e95cdc35b460be Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Sun, 14 Jun 2020 00:57:45 +0200 Subject: [PATCH] rustfmt --- src/components/textinput.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/textinput.rs b/src/components/textinput.rs index 210e4d61..795d5aeb 100644 --- a/src/components/textinput.rs +++ b/src/components/textinput.rs @@ -89,7 +89,7 @@ impl TextInputComponent { None } } - + /// pub fn set_text(&mut self, msg: String) { self.msg = msg;