From d5a6568dc1a2bd73bf60d8f894f71382d2fb680b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Vrhov=C5=A1ek?= Date: Sat, 19 Jul 2025 16:07:52 +0200 Subject: [PATCH] Update src/main.rs OCD --- src/main.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 9006169..7ae0955 100644 --- a/src/main.rs +++ b/src/main.rs @@ -2,7 +2,6 @@ mod json; mod curl; mod serial; - fn main() { let data_file = std::path::Path::new("data.json"); let data = json::get_json(data_file);