Skip to content

Commit

Permalink
Fix a lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ikatson committed Nov 6, 2024
1 parent e371522 commit 03022f1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/upnp/examples/upnp-forward.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit 03022f1

Please sign in to comment.