From eedf6978c75f793ff9a0661e2c27f383fda0eada Mon Sep 17 00:00:00 2001 From: Andrei Litvin Date: Fri, 26 Jul 2024 10:06:11 -0400 Subject: [PATCH] Remove trailing whitespace in proto.rs Fixes previous merge to make fmt happy. --- rs-matter/src/mdns/proto.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rs-matter/src/mdns/proto.rs b/rs-matter/src/mdns/proto.rs index 4b08ba36..7ddcbe7b 100644 --- a/rs-matter/src/mdns/proto.rs +++ b/rs-matter/src/mdns/proto.rs @@ -593,9 +593,9 @@ impl<'a> Service<'a> { let txt = Txt::from_octets(&octets).unwrap(); answer.push(( - self.service_fqdn(false).unwrap(), - dns_class_with_flush(Class::IN), - ttl_sec, + self.service_fqdn(false).unwrap(), + dns_class_with_flush(Class::IN), + ttl_sec, txt, )) }