Skip to content

Commit

Permalink
Update resolver.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
gfreezy committed Aug 30, 2024
1 parent 21eaf06 commit 5fafebc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dnsserver/src/resolver.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use std::io;
use std::io::Result;
use std::sync::Arc;
use store::Store;
use tracing::{debug, error, info};
use tracing::{debug, info};

/// A Forwarding DNS Resolver
///
Expand Down

0 comments on commit 5fafebc

Please sign in to comment.