Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
achow101 committed May 5, 2024
1 parent a95d899 commit 2f6084e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1317,7 +1317,8 @@ fn dns_thread(
let _ = soa_auth_recs_sign.insert(rec);

// DNSSEC signing and NSEC records
if req.opt().is_some() && req.opt().unwrap().dnssec_ok() && !dnskeys.is_empty() {
if req.opt().is_some() && req.opt().unwrap().dnssec_ok() && !dnskeys.is_empty()
{
let incep_ts =
Timestamp::from(Timestamp::now().into_int().overflowing_sub(43200).0);
let exp_ts = Timestamp::from(
Expand Down

0 comments on commit 2f6084e

Please sign in to comment.