Skip to content

Commit 0018b2f

Browse files
committed
lint
1 parent 2fff928 commit 0018b2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opentelemetry-stdout/src/logs/transform.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
use std::{borrow::Cow, collections::HashMap, time::SystemTime};
22

33
use crate::common::{
4-
as_human_readable, as_opt_human_readable, as_opt_unix_nano, as_unix_nano, AttributeSet, Key,
4+
as_human_readable, as_opt_human_readable, as_opt_unix_nano, as_unix_nano, AttributeSet,
55
KeyValue, Resource, Scope, Value,
66
};
77
use serde::Serialize;

0 commit comments

Comments
 (0)