Skip to content

Commit 275da54

Browse files
committed
Run formatter
1 parent bed1b37 commit 275da54

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

subduction_cli/tests/iroh_e2e.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,10 @@ async fn push_commit(client: &TestSubduction, sed_id: SedimentreeId, payload: &[
241241
}
242242

243243
#[tokio::test]
244-
#[cfg_attr(target_os = "macos", ignore = "iroh QUIC unreliable on macOS CI runners")]
244+
#[cfg_attr(
245+
target_os = "macos",
246+
ignore = "iroh QUIC unreliable on macOS CI runners"
247+
)]
245248
async fn iroh_sync_between_two_cli_servers() {
246249
let tmp_a = tempfile::tempdir().expect("tmpdir A");
247250
let tmp_b = tempfile::tempdir().expect("tmpdir B");

0 commit comments

Comments
 (0)