Skip to content

Commit

Permalink
space
Browse files Browse the repository at this point in the history
  • Loading branch information
meowjesty committed Aug 19, 2024
1 parent 3f2029f commit 4ba29cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mirrord/layer/tests/common/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ use tokio::{
process::Command,

Check warning on line 29 in mirrord/layer/tests/common/mod.rs

View workflow job for this annotation

GitHub Actions / lint

Diff in /home/runner/work/mirrord/mirrord/mirrord/layer/tests/common/mod.rs

Check warning on line 29 in mirrord/layer/tests/common/mod.rs

View workflow job for this annotation

GitHub Actions / lint

Diff in /home/runner/work/mirrord/mirrord/mirrord/layer/tests/common/mod.rs

Check warning on line 29 in mirrord/layer/tests/common/mod.rs

View workflow job for this annotation

GitHub Actions / lint

Diff in /home/runner/work/mirrord/mirrord/mirrord/layer/tests/common/mod.rs

Check warning on line 29 in mirrord/layer/tests/common/mod.rs

View workflow job for this annotation

GitHub Actions / lint

Diff in /home/runner/work/mirrord/mirrord/mirrord/layer/tests/common/mod.rs

Check warning on line 29 in mirrord/layer/tests/common/mod.rs

View workflow job for this annotation

GitHub Actions / lint

Diff in /home/runner/work/mirrord/mirrord/mirrord/layer/tests/common/mod.rs

Check warning on line 29 in mirrord/layer/tests/common/mod.rs

View workflow job for this annotation

GitHub Actions / lint

Diff in /home/runner/work/mirrord/mirrord/mirrord/layer/tests/common/mod.rs

Check warning on line 29 in mirrord/layer/tests/common/mod.rs

View workflow job for this annotation

GitHub Actions / lint

Diff in /home/runner/work/mirrord/mirrord/mirrord/layer/tests/common/mod.rs

Check warning on line 29 in mirrord/layer/tests/common/mod.rs

View workflow job for this annotation

GitHub Actions / lint

Diff in /home/runner/work/mirrord/mirrord/mirrord/layer/tests/common/mod.rs

Check warning on line 29 in mirrord/layer/tests/common/mod.rs

View workflow job for this annotation

GitHub Actions / lint

Diff in /home/runner/work/mirrord/mirrord/mirrord/layer/tests/common/mod.rs

Check warning on line 29 in mirrord/layer/tests/common/mod.rs

View workflow job for this annotation

GitHub Actions / lint

Diff in /home/runner/work/mirrord/mirrord/mirrord/layer/tests/common/mod.rs
};


/// Configuration for [`Application::RustOutgoingTcp`] and [`Application::RustOutgoingUdp`].
pub const RUST_OUTGOING_PEERS: &str = "1.1.1.1:1111,2.2.2.2:2222,3.3.3.3:3333";
/// Configuration for [`Application::RustOutgoingTcp`] and [`Application::RustOutgoingUdp`].
Expand Down

0 comments on commit 4ba29cd

Please sign in to comment.