Skip to content

Commit

Permalink
Remove trailing whitespace in proto.rs
Browse files Browse the repository at this point in the history
Fixes previous merge to make fmt happy.
  • Loading branch information
andy31415 authored Jul 26, 2024

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
1 parent f02e3fa commit eedf697
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rs-matter/src/mdns/proto.rs
Original file line number Diff line number Diff line change
@@ -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,
))
}

0 comments on commit eedf697

Please sign in to comment.