Fix formatting issue in Contributing.md

This commit is contained in:
S.B
2026-05-14 23:51:59 +02:00
committed by GitHub
parent 6894c7523c
commit 0303f7df74
+1 -1
View File
@@ -60,7 +60,7 @@ If your module discovers credentials, hosts, or services, use the framework help
```rust
crate::cred_store::store_credential(host, port, "ssh", user, pass,
crate::cred_store::CredType::Password, "my_module");
crate::cred_store::CredType::Password, "my_module");
crate::workspace::track_host(ip, Some("hostname"), None);
crate::workspace::track_service(ip, 22, "tcp", "ssh", Some("OpenSSH 8.9"));
```