Skip to content

Commit

Permalink
Fmt.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmjoy committed Aug 2, 2022
1 parent f4e9c45 commit 508b2c7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/context/span.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
// limitations under the License.
//

use super::{
system_time::{fetch_time, TimePeriod},
trace_context::SpanStack,
};
use crate::{
error::LOCK_MSG,
skywalking_proto::v3::{SpanLayer, SpanObject, SpanType},
Expand All @@ -22,10 +26,6 @@ use std::{
fmt::Formatter,
sync::{Arc, Weak},
};
use super::{
system_time::{fetch_time, TimePeriod},
trace_context::SpanStack,
};

/// Span is a concept that represents trace information for a single RPC.
/// The Rust SDK supports Entry Span to represent inbound to a service
Expand Down

0 comments on commit 508b2c7

Please sign in to comment.