Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
englishm committed Jun 29, 2024
1 parent 93bebf2 commit 895908c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion moq-transport/src/serve/datagram.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use std::{fmt, sync::Arc};

use crate::watch::State;
use crate::data::ObjectStatus;
use crate::watch::State;

use super::{ServeError, Track};

Expand Down
2 changes: 1 addition & 1 deletion moq-transport/src/serve/group.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
use bytes::Bytes;
use std::{cmp, ops::Deref, sync::Arc};

use crate::watch::State;
use crate::data::ObjectStatus;
use crate::watch::State;

use super::{ServeError, Track};

Expand Down
2 changes: 1 addition & 1 deletion moq-transport/src/serve/stream.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
use bytes::Bytes;
use std::{ops::Deref, sync::Arc};

use crate::watch::State;
use crate::data::ObjectStatus;
use crate::watch::State;

use super::{ServeError, Track};

Expand Down

0 comments on commit 895908c

Please sign in to comment.