Fix a lint
This commit is contained in:
parent
e371522a80
commit
03022f16c2
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue