Browse Source

Removed unfinished line

master
Alexey 3 years ago committed by ennucore
parent
commit
e46f611b4a
  1. 2
      src/interfaces/ip.rs

2
src/interfaces/ip.rs

@ -66,7 +66,7 @@ fn create_connection() {
listener, listener,
}; };
interface.send(&[], Some(String::from("127.0.0.1:60000"))); interface.send(&[], Some(String::from("127.0.0.1:60000")));
interface.listener.
} }

Loading…
Cancel
Save