Skip to content

Commit 7f2bd7b

Browse files
committed
style: fmt
Signed-off-by: c <c@farsight.net>
1 parent 270ee72 commit 7f2bd7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hooks/logging.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ impl LoggingHook {
102102

103103
#[cfg(feature = "structured-logging")]
104104
mod structured {
105-
use super::{LoggingHook, HookContext, EvaluationDetails, Value, EvaluationError};
105+
use super::{EvaluationDetails, EvaluationError, HookContext, LoggingHook, Value};
106106
use log::{kv::Value as LogValue, Level, Record};
107107

108108
const DOMAIN_KEY: &str = "domain";

0 commit comments

Comments
 (0)