This commit is contained in:
Tristan Smith 2024-07-12 12:01:56 -04:00
parent c8f0df0b28
commit dbacf7d4ea

View file

@ -23,6 +23,8 @@ struct PacketInfo {
source_mac: String, source_mac: String,
} }
// test comment
fn main() { fn main() {
let application = Application::new(Some("com.example.ip_reporter"), Default::default()); let application = Application::new(Some("com.example.ip_reporter"), Default::default());