Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaeling committed Dec 6, 2024
1 parent 2dfb84e commit 4de7330
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions databroker/src/viss/v2/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,7 @@
* SPDX-License-Identifier: Apache-2.0
********************************************************************************/

use std::{
collections::HashMap,
convert::TryFrom,
pin::Pin,
sync::Arc,
time::SystemTime,
};
use std::{collections::HashMap, convert::TryFrom, pin::Pin, sync::Arc, time::SystemTime};

use crate::broker::StackVecField;

Expand Down

0 comments on commit 4de7330

Please sign in to comment.