doc(rp+rosenpass+ciphers+cipher-traits): Apply cargo fmt formatting

This commit is contained in:
David Niehues
2025-03-20 17:46:41 +01:00
committed by Jan Winkelmann (keks)
parent 006946442a
commit b21a95dbbd
5 changed files with 9 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
use std::{process::Command};
use std::process::Command;
#[test]
fn test_gen_ipc_msg_types() -> anyhow::Result<()> {