Skip to content

Commit

Permalink
Fix the coding style format.
Browse files Browse the repository at this point in the history
Signed-off-by: ChenYing Kuo <[email protected]>
  • Loading branch information
evshary committed Nov 13, 2024
1 parent cddd120 commit 6ee4f86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zenoh-plugin-ros2dds/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -709,10 +709,10 @@ where

#[cfg(test)]
mod tests {
use super::Config;
use super::RosAutomaticDiscoveryRange;
use test_case::test_case;

use super::{Config, RosAutomaticDiscoveryRange};

#[test]
fn test_allowance() {
use super::*;
Expand Down

0 comments on commit 6ee4f86

Please sign in to comment.