Skip to content

Commit

Permalink
WIP: change to trigger CI
Browse files Browse the repository at this point in the history
  • Loading branch information
octol committed Oct 16, 2023
1 parent 044d037 commit 61d877f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/wireguard/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ impl TunTaskTx {
pub async fn start_wireguard(
task_client: nym_task::TaskClient,
) -> Result<(), Box<dyn std::error::Error + Send + Sync + 'static>> {
// WIP: comment to trigger CI
use std::sync::Arc;

let peers_by_ip = Arc::new(std::sync::Mutex::new(network_table::NetworkTable::new()));
Expand Down

0 comments on commit 61d877f

Please sign in to comment.