Fix a lint

This commit is contained in:
Igor Katson 2024-11-06 16:30:12 +00:00
parent e371522a80
commit 03022f16c2
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5

View file

@ -19,6 +19,5 @@ async fn main() -> anyhow::Result<()> {
let port_forwarder = UpnpPortForwarder::new(vec![port], None)?;
port_forwarder.run_forever().await;
Ok(())
port_forwarder.run_forever().await
}