Update src/main.rs
OCD
This commit is contained in:
		@@ -2,7 +2,6 @@ mod json;
 | 
				
			|||||||
mod curl;
 | 
					mod curl;
 | 
				
			||||||
mod serial;
 | 
					mod serial;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					 | 
				
			||||||
fn main() { 
 | 
					fn main() { 
 | 
				
			||||||
    let data_file = std::path::Path::new("data.json");
 | 
					    let data_file = std::path::Path::new("data.json");
 | 
				
			||||||
    let data = json::get_json(data_file);
 | 
					    let data = json::get_json(data_file);
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user