Skip to content

Commit

Permalink
style: cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Devdutt Shenoi committed Feb 20, 2024
1 parent 8e4cd69 commit f44851e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion uplink/src/base/bridge/stream.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ use flume::{SendError, Sender};
use log::{debug, trace};
use serde::Serialize;

use crate::config::StreamConfig;
use super::{Package, Point, StreamMetrics};
use crate::config::StreamConfig;

/// Signals status of stream buffer
#[derive(Debug)]
Expand Down
2 changes: 1 addition & 1 deletion uplink/src/collector/device_shadow.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ use std::time::Duration;
use log::{error, trace};
use serde::Serialize;

use crate::config::DeviceShadowConfig;
use crate::base::{bridge::BridgeTx, clock};
use crate::config::DeviceShadowConfig;
use crate::Payload;

pub const UPLINK_VERSION: &str = env!("VERGEN_BUILD_SEMVER");
Expand Down

0 comments on commit f44851e

Please sign in to comment.