From 85d37060c5f2fe2ac2bdbe649048af713e2cc300 Mon Sep 17 00:00:00 2001 From: Ari Havlin Date: Wed, 30 Oct 2024 20:50:17 +0200 Subject: [PATCH] rust fmt --- plugins/localhost/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/localhost/src/lib.rs b/plugins/localhost/src/lib.rs index 1bfa3b29..ddf4eb2b 100644 --- a/plugins/localhost/src/lib.rs +++ b/plugins/localhost/src/lib.rs @@ -63,7 +63,7 @@ impl Builder { self.host = Some(host.as_ref().to_string()); self } - + pub fn on_request( mut self, f: F,